{"id":483,"date":"2024-01-16T22:38:03","date_gmt":"2024-01-17T04:38:03","guid":{"rendered":"https:\/\/techlensfocus.com\/?p=483"},"modified":"2024-06-17T19:53:06","modified_gmt":"2024-06-18T00:53:06","slug":"listing-files-and-directories-in-linux-with-ls-command","status":"publish","type":"post","link":"https:\/\/techlensfocus.com\/index.php\/2024\/01\/16\/listing-files-and-directories-in-linux-with-ls-command\/","title":{"rendered":"Listing Files and Directories in Linux with ls command"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<div class=\"wp-block-ideabox-toc ib-block-toc\" data-anchors='h2,h3,h4,h5,h6' data-collapsable='true' ><div class=\"ib-toc-container ib-toc-list-style-numbers ib-toc-hierarchical ib-toc-expanded\"><div class=\"ib-toc-header\"><div class=\"ib-toc-header-title\">Table of Contents<\/div><div class=\"ib-toc-header-right\"><span class=\"ib-toc-icon-collapse\"><span class=\"dashicon dashicons dashicons-minus\"><\/span><\/span><span class=\"ib-toc-icon-expand\"><span class=\"dashicon dashicons dashicons-plus\"><\/span><\/span><\/div><\/div><div class=\"ib-toc-separator\" style=\"height:2px\"><\/div><div class=\"ib-toc-body\"><ol class=\"ib-toc-anchors\"><\/ol><\/div><\/div><\/div>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is ls command ?<\/h2>\n\n\n\n<p><strong>ls<\/strong> command is a list command. It is used to list files and directories within a specified directory. It provides a way to view the contents of a directory, helping users identify what files and subdirectories are present. The syntax of the <strong>ls<\/strong> command is: <\/p>\n\n\n\n<p><em><strong>ls<\/strong> [option] [directory]<\/em><\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to use ls command with examples<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Example 1: Display basic listing <\/h3>\n\n\n\n<p>In your Linux environment, open your terminal and navigate to any directory you want to list the contents. In this case, we are at the <strong>\/home\/tim<\/strong> directory. Now we execute the <strong>ls<\/strong> command:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"89\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-7.55.13\u202fPM-1024x89.png\" alt=\"\" class=\"wp-image-490\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-7.55.13\u202fPM-1024x89.png 1024w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-7.55.13\u202fPM-300x26.png 300w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-7.55.13\u202fPM-768x67.png 768w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-7.55.13\u202fPM.png 1108w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>the output displays a list of files and directories in the current working directory, which is the home directory for the user named &#8220;tim.&#8221;<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Example 2: Listing directories at the root of the filesystem<\/h3>\n\n\n\n<p>We use <strong>ls \/ <\/strong>command to shows directories at the root of the filesystem. <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"89\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-8.18.20\u202fPM-1024x89.png\" alt=\"\" class=\"wp-image-498\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-8.18.20\u202fPM-1024x89.png 1024w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-8.18.20\u202fPM-300x26.png 300w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-8.18.20\u202fPM-768x67.png 768w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-8.18.20\u202fPM.png 1108w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Example 3: Listing contents of the user&#8217;s home directory<\/h3>\n\n\n\n<p>We use <strong>ls ~<\/strong> (tilde symbol ) to ask the system to list the files and directories in the home directory. In this case the user&#8217;s home directory is <strong>\/home\/tim<\/strong>, running <strong>ls ~<\/strong> would be equivalent to running <strong>ls \/home\/tim<\/strong> , listing the contents of the &#8220;tim&#8221; user&#8217;s home directory. <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"187\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-8.29.55\u202fPM-1024x187.png\" alt=\"\" class=\"wp-image-503\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-8.29.55\u202fPM-1024x187.png 1024w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-8.29.55\u202fPM-300x55.png 300w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-8.29.55\u202fPM-768x140.png 768w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-8.29.55\u202fPM.png 1108w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Example 4: Listing one level up from the current working directory<\/h3>\n\n\n\n<p>In this example, the current working directory is <strong>\/home\/tim\/Documents<\/strong>. Running <strong>ls ..\/ <\/strong>will list the content of the directory <strong>\/home\/tim<\/strong>, which is the parent directory of &#8216;<strong>Documents<\/strong>&#8216;.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"133\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-8.40.32\u202fPM-1024x133.png\" alt=\"\" class=\"wp-image-508\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-8.40.32\u202fPM-1024x133.png 1024w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-8.40.32\u202fPM-300x39.png 300w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-8.40.32\u202fPM-768x100.png 768w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-8.40.32\u202fPM.png 1108w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>The <strong>pwd<\/strong> command was used to confirm the current working directory and then use <strong>ls ..\/<\/strong>  to list the contents of the parent directory.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Example 5: Listing in a long format<\/h3>\n\n\n\n<p>Using ls -l will list the contents of the current directory in a long format. -l is an option that stands for &#8220;long format&#8221;. The output will include additional information such as: <\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>File permissions (indicating who can read, write, and execute the file).<\/li>\n\n\n\n<li>Number of hard links.<\/li>\n\n\n\n<li>Owner of the file.<\/li>\n\n\n\n<li>Group associated with the file.<\/li>\n\n\n\n<li>File size in bytes.<\/li>\n\n\n\n<li>Modification date and time.<\/li>\n\n\n\n<li>File\/directory name.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"360\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-8.57.40\u202fPM-1024x360.png\" alt=\"\" class=\"wp-image-511\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-8.57.40\u202fPM-1024x360.png 1024w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-8.57.40\u202fPM-300x106.png 300w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-8.57.40\u202fPM-768x270.png 768w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-8.57.40\u202fPM.png 1108w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>In this output, the first column represents the file permissions, followed by other details about each file or directory.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Example 6: Listing hiding files and directories<\/h3>\n\n\n\n<p><strong>ls -a <\/strong>is the command used to list files and directories, including hidden ones, in the specified directory. The -a option stands for &#8220;all&#8221;. In this example, you can see the listing of files and directories in <strong>\/home\/tim<\/strong>, including hidden ones. The entries starting with <code>.<\/code> are hidden.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"213\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-9.17.18\u202fPM-1024x213.png\" alt=\"\" class=\"wp-image-516\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-9.17.18\u202fPM-1024x213.png 1024w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-9.17.18\u202fPM-300x62.png 300w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-9.17.18\u202fPM-768x160.png 768w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-9.17.18\u202fPM.png 1088w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Example 7: Listing and Sorting by size<\/h3>\n\n\n\n<p>The <strong>ls -S<\/strong> command is used to list files and directories in the specified directory sorted by size in descending order. The <strong>-S<\/strong> option or flag that instructs <strong>ls<\/strong> to sort the entries by size. The <strong>ls -S<\/strong> command will display files and directories with the largest size first, followed by entries in descending order of size. For example, if you have files in the current directory with varying sizes, running <strong>ls -S <\/strong>would show something like<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"102\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-9.32.10\u202fPM-1024x102.png\" alt=\"\" class=\"wp-image-519\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-9.32.10\u202fPM-1024x102.png 1024w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-9.32.10\u202fPM-300x30.png 300w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-9.32.10\u202fPM-768x76.png 768w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-9.32.10\u202fPM.png 1190w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>You can also combine many options with the <strong>ls<\/strong> command. For example, using <strong>ls -Sl<\/strong> to list files and directories in the specified directory, sorted by size in descending order, and displayed in a long format:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"462\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-9.38.44\u202fPM-1024x462.png\" alt=\"\" class=\"wp-image-523\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-9.38.44\u202fPM-1024x462.png 1024w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-9.38.44\u202fPM-300x135.png 300w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-9.38.44\u202fPM-768x347.png 768w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-9.38.44\u202fPM.png 1152w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Example 8: Filtering <\/h3>\n\n\n\n<p>The <strong>ls<\/strong> command also enable us to filtering capabilities, it helps you to narrow down and find what you looking for. Below are some examples: <\/p>\n\n\n\n<p>In this example, <strong>ls -S my_scr?pt.txt<\/strong> lists files in the current directory matching the pattern <strong>my_scr?pt .txt<\/strong> (where <strong>?<\/strong> is a wildcard representing any single character), and it sorts them by size in descending order. This case, the it display <strong>my_scrapt.txt <\/strong>and <strong>my_script.txt <\/strong>in descending order of size.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"170\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-10.12.56\u202fPM-1024x170.png\" alt=\"\" class=\"wp-image-533\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-10.12.56\u202fPM-1024x170.png 1024w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-10.12.56\u202fPM-300x50.png 300w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-10.12.56\u202fPM-768x128.png 768w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-10.12.56\u202fPM.png 1190w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>This example shows the command <strong>ls -S my_scr[ai]pt.txt <\/strong>lists files in the current directory (~\/Test1) that match the parttern <strong>my_scr[ai]pt.txt<\/strong>. The <strong>[ai]<\/strong> part is a character set, meaning it matches either &#8216;a&#8217; or &#8216;i&#8217;. The command then sorts the matching files by size in descending order. The result displays  <strong>my_scrapt.txt <\/strong>and <strong>my_script.txt<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"170\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-10.13.20\u202fPM-1024x170.png\" alt=\"\" class=\"wp-image-534\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-10.13.20\u202fPM-1024x170.png 1024w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-10.13.20\u202fPM-300x50.png 300w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-10.13.20\u202fPM-768x128.png 768w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-10.13.20\u202fPM.png 1190w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>In this next example, <strong>ls -S my*<\/strong> lists files in the current directory (~\/Test1) that start witht the prefix &#8220;my&#8221; and sorts them by size in descending order. In this case, it displays files &#8216;<strong>my_file.txt<\/strong>&#8216; ; &#8216;<strong>my_scrapt.txt<\/strong>&#8216; ; &#8216;<strong>my_script.txt<\/strong>&#8216; in descending order of size. <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"170\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-10.18.39\u202fPM-1024x170.png\" alt=\"\" class=\"wp-image-538\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-10.18.39\u202fPM-1024x170.png 1024w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-10.18.39\u202fPM-300x50.png 300w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-10.18.39\u202fPM-768x128.png 768w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-10.18.39\u202fPM.png 1190w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Furthermore, you can specify what should not be include in the pattern match by using the exclamation point (!). The command <strong>ls -S f[!a]ll<\/strong> lists files in the current directory (~\/Test1) that match the pattern <strong>f[!a]ll <\/strong>where <strong>[!a]<\/strong> is a negation, meaning that it matches any character except &#8216;a&#8217;. The output shows files &#8216;<strong>fill<\/strong>&#8216; and &#8216;<strong>full<\/strong>&#8216; in descending order of size.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"150\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-10.25.49\u202fPM-1024x150.png\" alt=\"\" class=\"wp-image-541\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-10.25.49\u202fPM-1024x150.png 1024w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-10.25.49\u202fPM-300x44.png 300w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-10.25.49\u202fPM-768x113.png 768w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/01\/Screenshot-2024-01-16-at-10.25.49\u202fPM.png 1324w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion <\/h2>\n\n\n\n<p>In a nutshell, by experimenting with the diverse options, combining them creatively, and exploring wildcard patterns, you can uncover even more ways to tailor the <strong>ls<\/strong> command to your specific needs. So feel free to explore more capabilities of <strong>ls<\/strong> command and discover the countless ways it can enhance your command-line experience.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>What is ls command ? ls command is a list command. It is used to list files and directories within a specified directory. It provides a way to view the contents of a directory, helping users identify what files and subdirectories are present. The syntax of the ls command is: ls [option] [directory] How to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[6,16],"tags":[66,41,40],"class_list":["post-483","post","type-post","status-publish","format-standard","hentry","category-it","category-linux","tag-linux-command","tag-listing-files","tag-ls-command"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/techlensfocus.com\/index.php\/wp-json\/wp\/v2\/posts\/483","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/techlensfocus.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/techlensfocus.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/techlensfocus.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/techlensfocus.com\/index.php\/wp-json\/wp\/v2\/comments?post=483"}],"version-history":[{"count":49,"href":"https:\/\/techlensfocus.com\/index.php\/wp-json\/wp\/v2\/posts\/483\/revisions"}],"predecessor-version":[{"id":546,"href":"https:\/\/techlensfocus.com\/index.php\/wp-json\/wp\/v2\/posts\/483\/revisions\/546"}],"wp:attachment":[{"href":"https:\/\/techlensfocus.com\/index.php\/wp-json\/wp\/v2\/media?parent=483"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/techlensfocus.com\/index.php\/wp-json\/wp\/v2\/categories?post=483"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/techlensfocus.com\/index.php\/wp-json\/wp\/v2\/tags?post=483"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}