Linux In The Shell

· · · · 28 subscribers

An exploration of Linux commands in the Bash Shell

32 Episode 032 – cat June 18, 2013

The cat command concatenates files or standard input to standard out by default. What this means is that the cat command will display the contents of a file to standard out so you can read it. The cat command is … Continue reading ->

more...


Tags:

Older Episodes

32 Episode 032 - cat June 18, 2013
The cat command concatenates files or standard input to standard out by default. What this means is that the cat command will display the contents of a file to standard out so you can read it. The cat command is … [Continue reading ->](http://www.linuxintheshell.org/2013/06/18/episode-032-cat/)
31 Episode 031 - who June 4, 2013
The who command allows you to see who is currently logged on to the Linux system you run the command on. If you are running a desktop system the who command may not seem that important. But if you are … [Continue reading ->](http://www.linuxintheshell.org/2013/06/04/episode-031-who/)
31 Episode 031 – who June 4, 2013
The who command allows you to see who is currently logged on to the Linux system you run the command on. If you are running a desktop system the who command may not seem that important. But if you are … [Continue reading ->](https://www.linuxintheshell.org/2013/06/04/episode-031-who/)
30 Episode 030 – vmstat May 22, 2013
The vmstat program is a tool for displaying information about virtual memory usage and is part of the procps suite of utilities. The procps package provides tools for browsing the /proc file system. The /proc filesystem is "psuedo" file system … [Continue reading ->](https://www.linuxintheshell.org/2013/05/22/episode-030-vmstat/)
30 Episode 030 - vmstat May 22, 2013
The vmstat program is a tool for displaying information about virtual memory usage and is part of the procps suite of utilities. The procps package provides tools for browsing the /proc file system. The /proc filesystem is "psuedo" file system … [Continue reading ->](http://www.linuxintheshell.org/2013/05/22/episode-030-vmstat/)
The Apache BenchMark tool is a handy application to have in your toolbox that can perform a number of helpful tasks. First, the primary use for the tool is to simulate how your server may react under maximum load. Because … [Continue reading ->](https://www.linuxintheshell.org/2013/05/10/episode-029-ab-apache- benchmark/)
The Apache BenchMark tool is a handy application to have in your toolbox that can perform a number of helpful tasks. First, the primary use for the tool is to simulate how your server may react under maximum load. Because … [Continue reading ->](http://www.linuxintheshell.org/2013/05/10/episode-029-ab-apache- benchmark/)
Back in episode 7 the chown command and UNIX file permissions were discussed. This episode is going to extend that and talk about file system attributes, or more appropriately named extended attributes. Recall that Linux file systems support three permission … [Continue reading ->](http://www.linuxintheshell.org/2013/04/23/episode-028-extended- attributes-lsattr-and-chattr/)
Back in episode 7 the chown command and UNIX file permissions were discussed. This episode is going to extend that and talk about file system attributes, or more appropriately named extended attributes. Recall that Linux file systems support three permission … [Continue reading ->](https://www.linuxintheshell.org/2013/04/23/episode-028-extended- attributes-lsattr-and-chattr/)
The last two episodes of Linux in the Shell discussed the use of bc as a command line scientific calculator and units for converting between different units. This episode will continue along the lines of mathematics by highlighting some other … [Continue reading ->](http://www.linuxintheshell.org/2013/04/09/episode-27-factor-primes-seq- and-arithmetic/)
The last two episodes of Linux in the Shell discussed the use of bc as a command line scientific calculator and units for converting between different units. This episode will continue along the lines of mathematics by highlighting some other … [Continue reading ->](https://www.linuxintheshell.org/2013/04/09/episode-27-factor-primes-seq- and-arithmetic/)
26 Episode 26 – units March 27, 2013
Last episode of Linux in the Shell discussed the use of the bc command to perform math on the command line. This episode continues in suit with a mathematical theme picking up from the last examples of converting between different … [Continue reading ->](https://www.linuxintheshell.org/2013/03/27/episode-26-units/)
26 Episode 26 - units March 27, 2013
Last episode of Linux in the Shell discussed the use of the bc command to perform math on the command line. This episode continues in suit with a mathematical theme picking up from the last examples of converting between different … [Continue reading ->](http://www.linuxintheshell.org/2013/03/27/episode-26-units/)
25 Episode 025 - bc March 12, 2013
Math from the Linux command line is one of those tasks that is not as straight forward as you may think. There are many tools that will allow you to perform mathematical functions accessible to you, but to perform simple arithmetic is … [Continue reading ->](http://www.linuxintheshell.org/2013/03/12/episode-025-bc/)
25 Episode 025 – bc March 12, 2013
Math from the Linux command line is one of those tasks that is not as straight forward as you may think. There are many tools that will allow you to perform mathematical functions accessible to you, but to perform simple arithmetic is … [Continue reading ->](https://www.linuxintheshell.org/2013/03/12/episode-025-bc/)
The time program is a handy tool to not only guage how much time in seconds it takes a program to run, but will also display how much user CPU time and system CPU time was used to execute the … [Continue reading ->](https://www.linuxintheshell.org/2013/02/26/episode-024-time-and- usrbintime/)
The time program is a handy tool to not only guage how much time in seconds it takes a program to run, but will also display how much user CPU time and system CPU time was used to execute the … [Continue reading ->](http://www.linuxintheshell.org/2013/02/26/episode-024-time-and- usrbintime/)
23 Episode 023 - date Feb. 12, 2013
The date command will not only display or let you change the current date and time but is the go to utility for getting date and time information into scripts. Evoked by itself the date command will output the current … [Continue reading ->](http://www.linuxintheshell.org/2013/02/12/episode-023-date/)
23 Episode 023 – date Feb. 12, 2013
The date command will not only display or let you change the current date and time but is the go to utility for getting date and time information into scripts. Evoked by itself the date command will output the current … [Continue reading ->](https://www.linuxintheshell.org/2013/02/12/episode-023-date/)