{"id":1402,"date":"2015-10-02T17:36:41","date_gmt":"2015-10-02T15:36:41","guid":{"rendered":"https:\/\/www.robinglauser.ch\/blog\/?p=1402"},"modified":"2015-10-02T22:18:50","modified_gmt":"2015-10-02T20:18:50","slug":"list-of-really-handy-andor-useless-command-line-tools","status":"publish","type":"post","link":"https:\/\/www.robinglauser.ch\/blog\/2015\/10\/02\/list-of-really-handy-andor-useless-command-line-tools\/","title":{"rendered":"List of really handy and\/or useless command line tools"},"content":{"rendered":"<h2>Introduction<\/h2>\n<p>This is a list of useful command line tools which I often use during my day. For every tool I have listed a example with the parameters and the output of the tool.<\/p>\n<p><strong>Example:<\/strong><\/p>\n<pre>$ toolname --option=value --other-option\r\nOutput of toolname when run on my machine.\r\nThis might not be identical on your installation.<\/pre>\n<h2>apropos<\/h2>\n<p>With apropos you can search all\u00a0man entries of\u00a0programs. With this you can find programs which do things related to a keyword like &#8220;cdrom&#8221; or &#8220;file&#8221;.<\/p>\n<p><strong>Example:<\/strong><\/p>\n<pre>$ apropos font\r\npamtompfont(1) - see http:\/\/netpbm.sourceforge.net\/doc\/pamtompfont.html\r\nppmdcfont(1) - see http:\/\/netpbm.sourceforge.net\/doc\/ppmdcfont.html\r\nppmddumpfont(1) - see http:\/\/netpbm.sourceforge.net\/doc\/ppmddumpfont.html\r\nppmdmkfont(1) - see http:\/\/netpbm.sourceforge.net\/doc\/ppmdmkfont.html\r\naddftinfo(1) - add information to troff font files for use with groff\r\nafmtodit(1) - create font files for use with groff -Tps\r\natsutil(8) - font registration system utility\r\nfont(ntcl) - Create and inspect fonts\r\nfontd(8) - Mac OS X system font registration manager\r\nfontmover(8) - Mac OS X system font mover\r\nfontrestore(8) - Restore the available system fonts to a pristine state, if possible\r\nfontworker(8) - Mac OS X system font registration and validation daemon\r\ngroff_font(5) - format of groff device and font description files\r\nhpftodit(1) - create font description files for use with groff -Tlj4\r\nlj4_font(5) - groff fonts for use with devlj4\r\npfbtops(1) - translate a PostScript font in .pfb format to ASCII\r\ntfmtodit(1) - create font files for use with groff -Tdvi<\/pre>\n<h2>whois<\/h2>\n<p>Whois is a command to get the information about domains and their users, like the nameserver or technical contact.<\/p>\n<p><strong>Example:<\/strong><\/p>\n<pre>$ whois robinglauser.ch\r\nwhois: This information is subject to an Acceptable Use Policy.\r\nSee http:\/\/www.nic.ch\/terms\/aup.html\r\n\r\n\r\nDomain name:\r\nrobinglauser.ch\r\n\r\nHolder of domain name:\r\nRobin Glauser\r\nNiesenstrasse 26C\r\nCH-3600 Thun\r\nSwitzerland\r\nContractual Language: German\r\n\r\nTechnical contact:\r\ncyon GmbH\r\nDavid Burkardt\r\nAeschengraben 6\r\nCH-4051 Basel\r\nSwitzerland\r\n\r\nRegistrar:\r\ncyon GmbH\r\n\r\nFirst registration date:\r\n2014-07-23\r\n\r\nDNSSEC:N\r\n\r\nName servers:\r\nderek.ns.cloudflare.com\r\nivy.ns.cloudflare.com\r\n\r\n<\/pre>\n<h2>curl<\/h2>\n<p>With curl you can create http requests and print the response to the standard output.<\/p>\n<p><strong>Example (Output\u00a0shortened):<\/strong><\/p>\n<pre>$ curl https:\/\/www.robinglauser.ch\r\n&lt;!DOCTYPE html&gt;&lt;meta charset=\"utf-8\"&gt;&lt;title&gt;Robin Glauser | Portfolio&lt;\/title&gt;&lt;meta name=\"description\" content=\"My portfolio\"&gt;&lt;meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"&gt;&lt;link rel=\"icon\" type=\"image\/x-icon\" href=\"..\/favicon.ico\"&gt;&lt;link rel=\"shortcut icon\" type=\"image\/x-icon\" href=\"..\/favicon.ico\"&gt;&lt;style&gt;*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.jumbotron{padding:30px;margin-bottom:30px;background:#2c3e50;color:#fff;text-align:center}img{border:0;vertical-align:middle}.jumbotron{padding-top:48px;padding-bottom:48px}@media screen and (min-width:768px){.jumbotron{padding:48px 0}}body{font-family:\"Source Sans Pro\",Candara,Arial,sans-serif;....<\/pre>\n<h2>uptime<\/h2>\n<p>With the uptime command you can see how long your machine has been running.<\/p>\n<p><strong>Example:<\/strong><\/p>\n<pre>$ uptime\r\n12:46 up 1 day, 9 mins, 3 users, load averages: 1,87 1,86 1,86<\/pre>\n<h2>ps<\/h2>\n<p>Ps is a command to list and filter all processes running on your machine. By default it only lists the processes running in your current shell.<\/p>\n<p><strong>Example without any arguments:<\/strong><\/p>\n<pre>$ ps\r\n PID TTY TIME CMD\r\n 2091 ttys000 0:00.01 -bash<\/pre>\n<p>If you provide the argument -e all processes will be listed.<\/p>\n<p><strong>Example with argument -e<strong> (Output\u00a0shortened)<\/strong>:<\/strong><\/p>\n<pre>$ ps -e\r\n PID TTY TIME CMD\r\n 1 ?? 0:59.60 \/sbin\/launchd\r\n 42 ?? 0:10.80 \/usr\/libexec\/UserEventAgent (System)\r\n 43 ?? 0:20.07 \/usr\/sbin\/syslogd\r\n 45 ?? 0:11.36 \/usr\/libexec\/kextd\r\n 46 ?? 0:19.04 \/System\/Library\/Frameworks\/CoreServices.framework\/Vers\r\n 50 ?? 0:00.46 \/System\/Library\/CoreServices\/appleeventsd --server\r\n 51 ?? 0:06.37 \/usr\/libexec\/configd\r\n 52 ?? 0:02.25 \/System\/Library\/CoreServices\/powerd.bundle\/powerd\r\n...<\/pre>\n<h2>ln<\/h2>\n<p>With ln you can create symbolic and hard links between files or directories. The difference between the two is that symbolic links work over multiple partitions and has its own\u00a0<a href=\"https:\/\/en.wikipedia.org\/wiki\/Inode\" target=\"_blank\">Inode<\/a>. A hard link instead\u00a0points to\u00a0the same Inode as the referenced file.<\/p>\n<p>Just remember to first provide the file or directory which already exists and then the new file for the link. In most cases a symbolic link is what you want.<\/p>\n<p><strong>Example for creating a symbolic link:<\/strong><\/p>\n<pre>$ ln -s existing_file linked_file<\/pre>\n<p><strong>Example for creating a hard link:<\/strong><\/p>\n<pre>$ ln existing_file linked_file<\/pre>\n<h2>ping<\/h2>\n<p>Ping is one of the more simple commands in this list. It will &#8220;ping&#8221; the host you&#8217;ve provided as the first argument by sending\u00a0 (ICMP) echo request packets to it.<\/p>\n<p>The command will run until you stop it with the key-combination (Ctrl+C). It the displays a statistic about how many packets were lost and how long it took for the packets for the round-trip.<\/p>\n<p><strong>Example:<\/strong><\/p>\n<pre>$ ping google.com\r\nPING google.com (193.135.3.99): 56 data bytes\r\n64 bytes from 193.135.3.99: icmp_seq=0 ttl=58 time=7.591 ms\r\n64 bytes from 193.135.3.99: icmp_seq=1 ttl=58 time=7.867 ms\r\n64 bytes from 193.135.3.99: icmp_seq=2 ttl=58 time=7.879 ms\r\n64 bytes from 193.135.3.99: icmp_seq=3 ttl=58 time=7.569 ms\r\n^C\r\n--- google.com ping statistics ---\r\n4 packets transmitted, 4 packets received, 0.0% packet loss\r\nround-trip min\/avg\/max\/stddev = 7.569\/7.726\/7.879\/0.147 ms<\/pre>\n<h2>wget<\/h2>\n<p>Wget is\u00a0similar to curl, but instead of printing the response of the web-server it saves it to your hard-drive. It also has options for saving a whole website locally so you can access it without a internet connection.<\/p>\n<p><strong>Example:<\/strong><\/p>\n<pre>$ wget google.com\r\n--2015-10-02 13:08:02-- http:\/\/google.com\/\r\nResolving google.com (google.com)... 2a00:1450:400a:806::1005, 193.135.3.104, 193.135.3.114, ...\r\nConnecting to google.com (google.com)|2a00:1450:400a:806::1005|:80... connected.\r\nHTTP request sent, awaiting response... 302 Found\r\nLocation: http:\/\/www.google.ch\/?gfe_rd=cr&amp;ei=kmUOVp_KLsWX8QeUrKmQAQ [following]\r\n--2015-10-02 13:08:02-- http:\/\/www.google.ch\/?gfe_rd=cr&amp;ei=kmUOVp_KLsWX8QeUrKmQAQ\r\nResolving www.google.ch (www.google.ch)... 2a00:1450:400a:805::101f, 193.134.255.123, 193.134.255.118, ...\r\nConnecting to www.google.ch (www.google.ch)|2a00:1450:400a:805::101f|:80... connected.\r\nHTTP request sent, awaiting response... 200 OK\r\nLength: unspecified<\/pre>\n<p>Saving to: &#8216;index.html&#8217;<\/p>\n<p>index.html [ &lt;=&gt; ] 19.29K &#8211;.-KB\/s in 0s<\/p>\n<p>2015-10-02 13:08:02 (53.1 MB\/s) &#8211; &#8216;index.html&#8217; saved [19748]<\/p>\n<p><strong>Example for copying a whole website to your hard-drive:<\/strong><\/p>\n<pre>$ wget --mirror -p --convert-links -P fly\/ fly.robinio.ch\r\n--2015-10-02 13:10:44-- http:\/\/fly.robinio.ch\/\r\nResolving fly.robinio.ch (fly.robinio.ch)... 194.126.200.41\r\nConnecting to fly.robinio.ch (fly.robinio.ch)|194.126.200.41|:80... connected.\r\nHTTP request sent, awaiting response... 200 OK\r\nLength: unspecified\r\n\r\nSaving to: 'fly\/fly.robinio.ch\/index.html'\r\n\r\nfly.robinio.ch\/index.html [ &lt;=&gt; ] 8.87K --.-KB\/s in 0.01s\r\n\r\nLast-modified header missing -- time-stamps turned off.\r\n2015-10-02 13:10:49 (870 KB\/s) - 'fly\/fly.robinio.ch\/index.html' saved [9079]\r\n\r\nLoading robots.txt; please ignore errors.\r\n--2015-10-02 13:10:49-- http:\/\/fly.robinio.ch\/robots.txt\r\nConnecting to fly.robinio.ch (fly.robinio.ch)|194.126.200.41|:80... connected.\r\nHTTP request sent, awaiting response... 200 OK\r\nLength: 106\r\n\r\n<\/pre>\n<pre>\r\nSaving to: 'fly\/fly.robinio.ch\/robots.txt'\r\n\r\nfly.robinio.ch\/robots.txt 100%[===================================================================&gt;] 106 --.-KB\/s in 0s\r\n\r\n.....\r\n\r\nFINISHED --2015-10-02 13:10:51--\r\nTotal wall clock time: 6.9s\r\nDownloaded: 17 files, 878K in 0.4s (2.26 MB\/s)\r\nConverting fly\/fly.robinio.ch\/index.html... 13-2\r\nConverting fly\/fly.robinio.ch\/FAQ... 12-1\r\nConverting fly\/fly.robinio.ch\/About... 9-1\r\nConverting fly\/fly.robinio.ch\/css\/compiled\/main.css... 5-1\r\nConverted 4 files in 0.004 seconds.<\/pre>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<h2>tree<\/h2>\n<p>With tree you can show the structure of a directory as a ascii-tree.<\/p>\n<p><strong>Example:<\/strong><\/p>\n<pre>$ tree\r\n.\r\n\u251c\u2500\u2500 About\r\n\u251c\u2500\u2500 FAQ\r\n\u251c\u2500\u2500 bundles\r\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 fly\r\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 assets\r\n\u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u251c\u2500\u2500 ack.png\r\n\u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u251c\u2500\u2500 filezilla.png\r\n\u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u251c\u2500\u2500 firefox.png\r\n\u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u2514\u2500\u2500 vim.png\r\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 fonts\r\n\u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u251c\u2500\u2500 glyphicons-halflings-regular.eot\r\n\u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u251c\u2500\u2500 glyphicons-halflings-regular.eot?\r\n\u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u251c\u2500\u2500 glyphicons-halflings-regular.svg\r\n\u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u251c\u2500\u2500 glyphicons-halflings-regular.ttf\r\n\u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u2514\u2500\u2500 glyphicons-halflings-regular.woff\r\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 img\r\n\u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u2514\u2500\u2500 favicon.ico\r\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 js\r\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 vendor\r\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 modernizr-2.6.2-respond-1.1.0.min.js\r\n\u251c\u2500\u2500 css\r\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 compiled\r\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 main.css\r\n\u251c\u2500\u2500 index.html\r\n\u251c\u2500\u2500 js\r\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 compiled\r\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 main.js\r\n\u2514\u2500\u2500 robots.txt\r\n\r\n11 directories, 17 files<\/pre>\n<h2>fallocate<\/h2>\n<p>With fallocate you can quickly create dummy files with a given size for testing.<\/p>\n<p><strong>Example:<\/strong><\/p>\n<pre><code>$ fallocate -l 100M dummy_file<\/code><\/pre>\n<h2>wc<\/h2>\n<p>Wc displays the lines, words, and bytes of a given input file.<\/p>\n<p><strong>Example:<\/strong><\/p>\n<pre>$ wc index.html\r\n 7 428 19748 index.html<\/pre>\n<h2>finger<\/h2>\n<p>With the finger command you can find out which users are logged in at the moment.<\/p>\n<p><strong>Example:<\/strong><\/p>\n<pre>$ finger\r\nLogin Name TTY Idle Login Time Office Phone\r\nrobin Robin Glauser *con 1d Do 12:37\r\nrobin Robin Glauser s00 Fr 13:16<\/pre>\n","protected":false},"excerpt":{"rendered":"<p class=\"excerpt\">Introduction This is a list of useful command line tools which I often use during my day. For every tool I have listed a example with the parameters and the output of the tool. Example: $ toolname &#8211;option=value &#8211;other-option Output of toolname when run on my machine. This might not be identical on your installation. apropos With apropos you can &#8230; <a class=\"read-more\" href=\"https:\/\/www.robinglauser.ch\/blog\/2015\/10\/02\/list-of-really-handy-andor-useless-command-line-tools\/\">Read More<\/a><\/p>\n","protected":false},"author":2,"featured_media":1404,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[45,5],"tags":[151,152,93,57,89,153],"class_list":["post-1402","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-development","category-fresh","tag-bash","tag-command","tag-linux","tag-mac","tag-shell","tag-unix"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>List of really handy and\/or useless command line tools - Robin Glauser<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.robinglauser.ch\/blog\/2015\/10\/02\/list-of-really-handy-andor-useless-command-line-tools\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"List of really handy and\/or useless command line tools - Robin Glauser\" \/>\n<meta property=\"og:description\" content=\"Introduction This is a list of useful command line tools which I often use during my day. For every tool I have listed a example with the parameters and the output of the tool. Example: $ toolname --option=value --other-option Output of toolname when run on my machine. This might not be identical on your installation. apropos With apropos you can ... Read More\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.robinglauser.ch\/blog\/2015\/10\/02\/list-of-really-handy-andor-useless-command-line-tools\/\" \/>\n<meta property=\"og:site_name\" content=\"Robin Glauser\" \/>\n<meta property=\"article:published_time\" content=\"2015-10-02T15:36:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2015-10-02T20:18:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/09\/photo-1438216983993-cdcd7dea84ce-e1443561199639.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"460\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Robin Glauser\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@robinglauser\" \/>\n<meta name=\"twitter:site\" content=\"@robinglauser\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Robin Glauser\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/2015\\\/10\\\/02\\\/list-of-really-handy-andor-useless-command-line-tools\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/2015\\\/10\\\/02\\\/list-of-really-handy-andor-useless-command-line-tools\\\/\"},\"author\":{\"name\":\"Robin Glauser\",\"@id\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/#\\\/schema\\\/person\\\/e1a94504a6ff5171fa13670932514b19\"},\"headline\":\"List of really handy and\\\/or useless command line tools\",\"datePublished\":\"2015-10-02T15:36:41+00:00\",\"dateModified\":\"2015-10-02T20:18:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/2015\\\/10\\\/02\\\/list-of-really-handy-andor-useless-command-line-tools\\\/\"},\"wordCount\":478,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/#\\\/schema\\\/person\\\/e1a94504a6ff5171fa13670932514b19\"},\"image\":{\"@id\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/2015\\\/10\\\/02\\\/list-of-really-handy-andor-useless-command-line-tools\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/wp-content\\\/uploads\\\/2015\\\/09\\\/photo-1438216983993-cdcd7dea84ce-e1443561199639.jpg\",\"keywords\":[\"bash\",\"command\",\"linux\",\"mac\",\"shell\",\"unix\"],\"articleSection\":[\"Development\",\"Fresh\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/2015\\\/10\\\/02\\\/list-of-really-handy-andor-useless-command-line-tools\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/2015\\\/10\\\/02\\\/list-of-really-handy-andor-useless-command-line-tools\\\/\",\"url\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/2015\\\/10\\\/02\\\/list-of-really-handy-andor-useless-command-line-tools\\\/\",\"name\":\"List of really handy and\\\/or useless command line tools - Robin Glauser\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/2015\\\/10\\\/02\\\/list-of-really-handy-andor-useless-command-line-tools\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/2015\\\/10\\\/02\\\/list-of-really-handy-andor-useless-command-line-tools\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/wp-content\\\/uploads\\\/2015\\\/09\\\/photo-1438216983993-cdcd7dea84ce-e1443561199639.jpg\",\"datePublished\":\"2015-10-02T15:36:41+00:00\",\"dateModified\":\"2015-10-02T20:18:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/2015\\\/10\\\/02\\\/list-of-really-handy-andor-useless-command-line-tools\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/2015\\\/10\\\/02\\\/list-of-really-handy-andor-useless-command-line-tools\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/2015\\\/10\\\/02\\\/list-of-really-handy-andor-useless-command-line-tools\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/wp-content\\\/uploads\\\/2015\\\/09\\\/photo-1438216983993-cdcd7dea84ce-e1443561199639.jpg\",\"contentUrl\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/wp-content\\\/uploads\\\/2015\\\/09\\\/photo-1438216983993-cdcd7dea84ce-e1443561199639.jpg\",\"width\":1920,\"height\":460},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/2015\\\/10\\\/02\\\/list-of-really-handy-andor-useless-command-line-tools\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"List of really handy and\\\/or useless command line tools\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/\",\"name\":\"Robin Glauser\",\"description\":\"My Blog about Development, Design and my random thoughts.\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/#\\\/schema\\\/person\\\/e1a94504a6ff5171fa13670932514b19\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/#\\\/schema\\\/person\\\/e1a94504a6ff5171fa13670932514b19\",\"name\":\"Robin Glauser\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/wp-content\\\/uploads\\\/2015\\\/10\\\/DSC_1244_small.jpg\",\"url\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/wp-content\\\/uploads\\\/2015\\\/10\\\/DSC_1244_small.jpg\",\"contentUrl\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/wp-content\\\/uploads\\\/2015\\\/10\\\/DSC_1244_small.jpg\",\"width\":800,\"height\":530,\"caption\":\"Robin Glauser\"},\"logo\":{\"@id\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/wp-content\\\/uploads\\\/2015\\\/10\\\/DSC_1244_small.jpg\"},\"description\":\"I'm a web developer.\",\"sameAs\":[\"https:\\\/\\\/www.robinglauser.ch\",\"https:\\\/\\\/www.instagram.com\\\/robinglauser\\\/\",\"https:\\\/\\\/x.com\\\/robinglauser\"],\"url\":\"https:\\\/\\\/www.robinglauser.ch\\\/blog\\\/author\\\/robin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"List of really handy and\/or useless command line tools - Robin Glauser","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.robinglauser.ch\/blog\/2015\/10\/02\/list-of-really-handy-andor-useless-command-line-tools\/","og_locale":"en_US","og_type":"article","og_title":"List of really handy and\/or useless command line tools - Robin Glauser","og_description":"Introduction This is a list of useful command line tools which I often use during my day. For every tool I have listed a example with the parameters and the output of the tool. Example: $ toolname --option=value --other-option Output of toolname when run on my machine. This might not be identical on your installation. apropos With apropos you can ... Read More","og_url":"https:\/\/www.robinglauser.ch\/blog\/2015\/10\/02\/list-of-really-handy-andor-useless-command-line-tools\/","og_site_name":"Robin Glauser","article_published_time":"2015-10-02T15:36:41+00:00","article_modified_time":"2015-10-02T20:18:50+00:00","og_image":[{"width":1920,"height":460,"url":"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/09\/photo-1438216983993-cdcd7dea84ce-e1443561199639.jpg","type":"image\/jpeg"}],"author":"Robin Glauser","twitter_card":"summary_large_image","twitter_creator":"@robinglauser","twitter_site":"@robinglauser","twitter_misc":{"Written by":"Robin Glauser","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.robinglauser.ch\/blog\/2015\/10\/02\/list-of-really-handy-andor-useless-command-line-tools\/#article","isPartOf":{"@id":"https:\/\/www.robinglauser.ch\/blog\/2015\/10\/02\/list-of-really-handy-andor-useless-command-line-tools\/"},"author":{"name":"Robin Glauser","@id":"https:\/\/www.robinglauser.ch\/blog\/#\/schema\/person\/e1a94504a6ff5171fa13670932514b19"},"headline":"List of really handy and\/or useless command line tools","datePublished":"2015-10-02T15:36:41+00:00","dateModified":"2015-10-02T20:18:50+00:00","mainEntityOfPage":{"@id":"https:\/\/www.robinglauser.ch\/blog\/2015\/10\/02\/list-of-really-handy-andor-useless-command-line-tools\/"},"wordCount":478,"commentCount":0,"publisher":{"@id":"https:\/\/www.robinglauser.ch\/blog\/#\/schema\/person\/e1a94504a6ff5171fa13670932514b19"},"image":{"@id":"https:\/\/www.robinglauser.ch\/blog\/2015\/10\/02\/list-of-really-handy-andor-useless-command-line-tools\/#primaryimage"},"thumbnailUrl":"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/09\/photo-1438216983993-cdcd7dea84ce-e1443561199639.jpg","keywords":["bash","command","linux","mac","shell","unix"],"articleSection":["Development","Fresh"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.robinglauser.ch\/blog\/2015\/10\/02\/list-of-really-handy-andor-useless-command-line-tools\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.robinglauser.ch\/blog\/2015\/10\/02\/list-of-really-handy-andor-useless-command-line-tools\/","url":"https:\/\/www.robinglauser.ch\/blog\/2015\/10\/02\/list-of-really-handy-andor-useless-command-line-tools\/","name":"List of really handy and\/or useless command line tools - Robin Glauser","isPartOf":{"@id":"https:\/\/www.robinglauser.ch\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.robinglauser.ch\/blog\/2015\/10\/02\/list-of-really-handy-andor-useless-command-line-tools\/#primaryimage"},"image":{"@id":"https:\/\/www.robinglauser.ch\/blog\/2015\/10\/02\/list-of-really-handy-andor-useless-command-line-tools\/#primaryimage"},"thumbnailUrl":"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/09\/photo-1438216983993-cdcd7dea84ce-e1443561199639.jpg","datePublished":"2015-10-02T15:36:41+00:00","dateModified":"2015-10-02T20:18:50+00:00","breadcrumb":{"@id":"https:\/\/www.robinglauser.ch\/blog\/2015\/10\/02\/list-of-really-handy-andor-useless-command-line-tools\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.robinglauser.ch\/blog\/2015\/10\/02\/list-of-really-handy-andor-useless-command-line-tools\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.robinglauser.ch\/blog\/2015\/10\/02\/list-of-really-handy-andor-useless-command-line-tools\/#primaryimage","url":"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/09\/photo-1438216983993-cdcd7dea84ce-e1443561199639.jpg","contentUrl":"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/09\/photo-1438216983993-cdcd7dea84ce-e1443561199639.jpg","width":1920,"height":460},{"@type":"BreadcrumbList","@id":"https:\/\/www.robinglauser.ch\/blog\/2015\/10\/02\/list-of-really-handy-andor-useless-command-line-tools\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.robinglauser.ch\/blog\/"},{"@type":"ListItem","position":2,"name":"List of really handy and\/or useless command line tools"}]},{"@type":"WebSite","@id":"https:\/\/www.robinglauser.ch\/blog\/#website","url":"https:\/\/www.robinglauser.ch\/blog\/","name":"Robin Glauser","description":"My Blog about Development, Design and my random thoughts.","publisher":{"@id":"https:\/\/www.robinglauser.ch\/blog\/#\/schema\/person\/e1a94504a6ff5171fa13670932514b19"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.robinglauser.ch\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/www.robinglauser.ch\/blog\/#\/schema\/person\/e1a94504a6ff5171fa13670932514b19","name":"Robin Glauser","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/10\/DSC_1244_small.jpg","url":"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/10\/DSC_1244_small.jpg","contentUrl":"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/10\/DSC_1244_small.jpg","width":800,"height":530,"caption":"Robin Glauser"},"logo":{"@id":"https:\/\/www.robinglauser.ch\/blog\/wp-content\/uploads\/2015\/10\/DSC_1244_small.jpg"},"description":"I'm a web developer.","sameAs":["https:\/\/www.robinglauser.ch","https:\/\/www.instagram.com\/robinglauser\/","https:\/\/x.com\/robinglauser"],"url":"https:\/\/www.robinglauser.ch\/blog\/author\/robin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/posts\/1402","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/comments?post=1402"}],"version-history":[{"count":25,"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/posts\/1402\/revisions"}],"predecessor-version":[{"id":1430,"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/posts\/1402\/revisions\/1430"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/media\/1404"}],"wp:attachment":[{"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/media?parent=1402"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/categories?post=1402"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.robinglauser.ch\/blog\/wp-json\/wp\/v2\/tags?post=1402"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}