{"id":22212,"date":"2023-10-01T16:57:59","date_gmt":"2023-10-01T16:57:59","guid":{"rendered":"https:\/\/linuxways.net\/?p=22212"},"modified":"2023-10-01T16:58:16","modified_gmt":"2023-10-01T16:58:16","slug":"how-to-open-a-text-file-from-a-terminal-in-ubuntu-22-04","status":"publish","type":"post","link":"https:\/\/linuxways.net\/de\/ubuntu\/how-to-open-a-text-file-from-a-terminal-in-ubuntu-22-04\/","title":{"rendered":"How to Open a Text File from a Terminal in Ubuntu 22.04?"},"content":{"rendered":"<p>In Linux\/Ubuntu systems, users and administrators often deal with text files in the form of <strong>configuration files<\/strong>, <strong>scripts<\/strong>, <strong>source codes<\/strong>, <strong>log files<\/strong>, etc. <strong>Text Files <\/strong>hold raw data, i.e., data without any formatting. The files having extensions <strong>.cpp<\/strong>, <strong>.c<\/strong>, <strong>.sh<\/strong>, and <strong>.py<\/strong> are also included in text files. Ubuntu 22.04 offers multiple commands to open a text file. This article will demonstrate different methods of opening a file from a Terminal in Ubuntu 22.04 LTS by<\/p>\n<ul>\n<li>Using the \u201ccat\u201d command<\/li>\n<li>Using \u201cless\u201d command<\/li>\n<li>Using the \u201cnl\u201d command<\/li>\n<li>Using the \u201cmore\u201d command<\/li>\n<li>Using \u201chead\u201d command<\/li>\n<li>Using \u201ctail\u201d command<\/li>\n<li>Using \u201copen\u201d command<\/li>\n<li>Using the \u201cxdg-open\u201d command<\/li>\n<\/ul>\n<p>In the following sections, each method is discussed in detail.<\/p>\n<h2><a id=\"post-22212-_6lyft4l4dr3f\"><\/a>How to Open a Text File from a Terminal Using the \u201ccat\u201d command in Ubuntu 22.04?<\/h2>\n<p>The <strong>cat <\/strong>command is used to display, concatenate, and create files. A text file is opened via the cat command by the following syntax:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"co4\">$ <\/span><span class=\"kw2\">cat<\/span> <span class=\"sy0\">&lt;<\/span>filename<span class=\"sy0\">&gt;<\/span><\/div><\/div>\n<p>For example, a text file, \u201creport4.txt\u201d can be opened by replacing the &lt;filename&gt; in the above syntax:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"co4\">$ <\/span><span class=\"kw2\">cat<\/span> report4.txt<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"495\" class=\"wp-image-22237\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-1.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-1.png 2048w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-1-300x73.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-1-1024x248.png 1024w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-1-768x186.png 768w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-1-1536x371.png 1536w\" sizes=\"auto, (max-width: 2048px) 100vw, 2048px\" \/><\/p>\n<p>From the above image, it can be seen that instead of opening the text editor, the cat command displayed the entire content of the report4.txt file in Terminal.<\/p>\n<h2><a id=\"post-22212-_8m1isfhu710f\"><\/a>How to Open a Text File from a Terminal Using the \u201cless\u201d command in Ubuntu 22.04?<\/h2>\n<p>The <strong>less <\/strong>command displays a text file one page at once. A text file is opened via the less command by the following syntax:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"co4\">$ <\/span><span class=\"kw2\">less<\/span> <span class=\"sy0\">&lt;<\/span>filename<span class=\"sy0\">&gt;<\/span><\/div><\/div>\n<p>For example, a text file, \u201creport1.txt\u201d can be opened by replacing the &lt;filename&gt; in the above syntax:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"co4\">$ <\/span><span class=\"kw2\">less<\/span> report1.txt<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"138\" class=\"wp-image-22241\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-2.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-2.png 2048w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-2-300x20.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-2-1024x69.png 1024w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-2-768x52.png 768w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-2-1536x104.png 1536w\" sizes=\"auto, (max-width: 2048px) 100vw, 2048px\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"1081\" class=\"wp-image-22266\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-3.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-3.png 2048w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-3-300x158.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-3-1024x541.png 1024w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-3-768x405.png 768w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-3-1536x811.png 1536w\" sizes=\"auto, (max-width: 2048px) 100vw, 2048px\" \/><\/p>\n<p>The remaining content of the file is on the next page which can be accessed by the down arrow button on the keyboard:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"1092\" class=\"wp-image-22288\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-4.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-4.png 2048w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-4-300x160.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-4-1024x546.png 1024w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-4-768x410.png 768w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-4-1536x819.png 1536w\" sizes=\"auto, (max-width: 2048px) 100vw, 2048px\" \/><\/p>\n<p>From the above image, it can be seen that instead of the text editor, the \u201cless\u201d command displayed the entire content of the report1.txt file in the Terminal.<\/p>\n<h2><a id=\"post-22212-_i418qcnlbb4\"><\/a>How to Open a Text File from a Terminal Using the \u201cnl\u201d command in Ubuntu 22.04?<\/h2>\n<p>The <strong>nl <\/strong>command is used to display text files with numbered lines. A text file is opened via the nl command by the following syntax:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"co4\">$ <\/span><span class=\"kw2\">nl<\/span> <span class=\"sy0\">&lt;<\/span>filename<span class=\"sy0\">&gt;<\/span><\/div><\/div>\n<p>For example, a text file, \u201creport4.txt\u201d can be opened by replacing the &lt;filename&gt; in the above syntax:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"co4\">$ <\/span><span class=\"kw2\">nl<\/span> report1.txt<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"563\" class=\"wp-image-22296\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-5.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-5.png 2048w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-5-300x82.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-5-1024x282.png 1024w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-5-768x211.png 768w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-5-1536x422.png 1536w\" sizes=\"auto, (max-width: 2048px) 100vw, 2048px\" \/><\/p>\n<p>From the above image, it can be seen that the nl command displayed the entire content of the report4.txt file in the Terminal.<\/p>\n<h2><a id=\"post-22212-_f259g4v6n88g\"><\/a>How to Open a Text File from a Terminal Using the \u201cmore\u201d command in Ubuntu 22.04?<\/h2>\n<p>The <strong>more <\/strong>command displays a text file one screen at once. A text file is opened via the more command by the following syntax:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"co4\">$ <\/span><span class=\"kw2\">more<\/span> <span class=\"sy0\">&lt;<\/span>filename<span class=\"sy0\">&gt;<\/span><\/div><\/div>\n<p>For example, a text file, \u201creport6.txt\u201d can be opened by replacing the &lt;filename&gt; in the above syntax:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"co4\">$ <\/span><span class=\"kw2\">more<\/span> report6.txt<\/div><\/div>\n<p><strong><img loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"67\" class=\"wp-image-22302\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-6.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-6.png 2048w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-6-300x10.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-6-1024x34.png 1024w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-6-768x25.png 768w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-6-1536x50.png 1536w\" sizes=\"auto, (max-width: 2048px) 100vw, 2048px\" \/><\/strong><\/p>\n<p><strong><img loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"1083\" class=\"wp-image-22317\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-7.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-7.png 2048w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-7-300x159.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-7-1024x542.png 1024w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-7-768x406.png 768w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-7-1536x812.png 1536w\" sizes=\"auto, (max-width: 2048px) 100vw, 2048px\" \/><\/strong><\/p>\n<p>The remaining content of the file is on the next page which can be accessed by the down arrow button on the keyboard:<\/p>\n<p><strong><img loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"1081\" class=\"wp-image-22326\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-8.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-8.png 2048w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-8-300x158.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-8-1024x541.png 1024w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-8-768x405.png 768w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-8-1536x811.png 1536w\" sizes=\"auto, (max-width: 2048px) 100vw, 2048px\" \/><\/strong><\/p>\n<p>From the above image, it can be seen that more commands displayed the entire content of the report6.txt in the Terminal.<\/p>\n<h2><strong>How to Open a Text File from a Terminal Using the \u201chead\u201d command in Ubuntu 22.04? <\/strong><\/h2>\n<p>The <strong>head<\/strong> command is used to display the initial lines in a file. It prints the first ten lines of a file automatically. Additionally <strong>-n <\/strong>flag can be used to specify the required number of lines. A text file is opened via the head command by the following syntax:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"co4\">$ <\/span><span class=\"kw2\">head<\/span> <span class=\"sy0\">&lt;<\/span><span class=\"kw2\">file<\/span> name<span class=\"sy0\">&gt;<\/span> <span class=\"re5\">-n<\/span> <span class=\"sy0\">&lt;<\/span>lines<span class=\"sy0\">&gt;<\/span><\/div><\/div>\n<p>For example, a text file, \u201creport6.txt\u201d can be opened by replacing the &lt;filename&gt; in the above syntax:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"co4\">$ <\/span><span class=\"kw2\">head<\/span> report6.txt<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"662\" class=\"wp-image-22337\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-9.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-9.png 2048w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-9-300x97.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-9-1024x331.png 1024w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-9-768x248.png 768w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-9-1536x497.png 1536w\" sizes=\"auto, (max-width: 2048px) 100vw, 2048px\" \/><\/p>\n<p>From the above image, it can be seen that the head command displayed the first few lines of the report6.txt file in the Terminal.<\/p>\n<h2><a id=\"post-22212-_drt40hj9cqk4\"><\/a>How to Open a Text File from a Terminal Using the \u201ctail\u201d command in Ubuntu 22.04?<\/h2>\n<p>The <strong>tail<\/strong> command displays the last lines in a file. It prints the last ten lines of a file automatically. Additionally <strong>-n <\/strong>flag can be used to specify the required number of lines. A text file is opened via the tail command by the following syntax:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"co4\">$ <\/span><span class=\"kw2\">tail<\/span> <span class=\"sy0\">&lt;<\/span><span class=\"kw2\">file<\/span> name<span class=\"sy0\">&gt;<\/span> <span class=\"re5\">-n<\/span> <span class=\"sy0\">&lt;<\/span>lines<span class=\"sy0\">&gt;<\/span><\/div><\/div>\n<p>For example, a text file, \u201creport6.txt\u201d can be opened by replacing the &lt;filename&gt; in the above syntax:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"co4\">$ <\/span><span class=\"kw2\">tail<\/span> report6.txt<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"917\" class=\"wp-image-22343\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-10.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-10.png 2048w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-10-300x134.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-10-1024x459.png 1024w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-10-768x344.png 768w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-10-1536x688.png 1536w\" sizes=\"auto, (max-width: 2048px) 100vw, 2048px\" \/><\/p>\n<p>From the above image, it can be seen that the tail command displayed the last few lines of the report6.txt file in the Terminal.<\/p>\n<h2><a id=\"post-22212-_cwyprb4mbis5\"><\/a>How to Open a Text File from a Terminal Using the \u201copen\u201d command in Ubuntu 22.04?<\/h2>\n<p>The <strong>open <\/strong>command is used to open a file\/directory\/application\/URL using the specified application name. The application name can be specified by using the <strong>-a <\/strong>flag followed by the open command and mentioning the application name. Having no specified application name, the file opens with the default application. It works as if a file is double-clicked in Ubuntu&#8217;s GUI.<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"co4\">$ <\/span>open <span class=\"re5\">-a<\/span> <span class=\"sy0\">&lt;<\/span>application<span class=\"sy0\">&gt;<\/span> <span class=\"sy0\">&lt;<\/span>filename<span class=\"sy0\">&gt;<\/span><\/div><\/div>\n<p>For example, a text file, \u201creport1.txt\u201d can be opened by replacing the &lt;filename&gt; in the above syntax:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"co4\">$ <\/span>open report1.txt<\/div><\/div>\n<p>The image indicates that the \u201copen\u201d command has launched report1.txt in the default application for opening text files, i.e., text editor.<\/p>\n<h2><a id=\"post-22212-_a206ef5etqb1\"><\/a>How to Open a Text File from a Terminal Using the \u201cxdg-open\u201d command in Ubuntu 22.04?<\/h2>\n<p>The <strong>xdg-open<\/strong> command opens a file and URL in the preferred application of the user and the preferred browser of the user respectively. \u201cxdg-open\u201d supports files, URL, http, ftp, etc. If no application name is specified, then the file is opened using the default application for that file. A text file is opened via the tail command by the following syntax:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"co4\">$ <\/span>xdg-open <span class=\"sy0\">&lt;<\/span>filename<span class=\"sy0\">&gt;<\/span><\/div><\/div>\n<p>For example, a text file, \u201creport2.txt\u201d can be opened by replacing the &lt;filename&gt; in the above syntax:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"co4\">$ <\/span>xdg-open report2.txt<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"1047\" class=\"wp-image-22372\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-12.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-12.png 2048w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-12-300x153.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-12-1024x524.png 1024w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-12-768x393.png 768w, https:\/\/linuxways.net\/wp-content\/uploads\/2023\/10\/word-image-22212-12-1536x785.png 1536w\" sizes=\"auto, (max-width: 2048px) 100vw, 2048px\" \/><\/p>\n<p>The image indicates that the \u201cxdg-open\u201d command has launched report2.txt in the default application for opening text files, i.e., text editor.<\/p>\n<p>There are many more methods than the methods discussed above but in this article, the top eight methods are discussed.<\/p>\n<h2><a id=\"post-22212-_k4r3ojha6hv3\"><\/a>Conclusion<\/h2>\n<p>Opening a text file from the Terminal in Ubuntu 22.04 is a straightforward process. A text file can be opened from a terminal by using <strong>cat<\/strong>, <strong>less<\/strong>, <strong>nl<\/strong>, <strong>more<\/strong>, <strong>head<\/strong>, <strong>tail<\/strong>, <strong>open<\/strong>, and <strong>xdg-open <\/strong>commands in Ubuntu 22.04. These files then either be viewed or edited in the command line or a text editor on Ubuntu\u2019s UI. This article demonstrated different ways of opening a file from a Terminal in Ubuntu 22.04 LTS.<\/p>","protected":false},"excerpt":{"rendered":"<p>A text file can be opened from a terminal by using cat, less, nl, more, head, tail, open, and xdg-open commands in Ubuntu 22.04.<\/p>","protected":false},"author":110,"featured_media":22425,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-22212","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ubuntu"],"_links":{"self":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts\/22212","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/users\/110"}],"replies":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/comments?post=22212"}],"version-history":[{"count":0,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts\/22212\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/media\/22425"}],"wp:attachment":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/media?parent=22212"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/categories?post=22212"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/tags?post=22212"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}