~~PAGEIMAGE:linux:shell:media:img:20230516-065152.png~~ ====== Linux Shell ====== {{template>meta:template:pageinfo#tpl |desc=Document stuff about Linux shell.}} ===== Booklist ===== [[https://linuxcommand.org/index.php|{{gnu-linux:shell:media:img:20230516-065152.png?128 }}]] **The Linux Command Line** **By** //William Shotts// **Attachment**: {{gnu-linux:shell:media:tlcl-19.01.pdf}} This book is a broad overview of __living__ on the Linux command line. Unlike some books that concentrate on just a single program, such as the shell program, bash, this book will try to convey how to get along with the command line interface in a larger sense. How does it all work? What can it do? What's the best way to use it? ===== Commands ===== ^ Command ^ Description ^ | cd - | Changes the working directory to the previous working directory. | | cd ~user_name | Changes the working directory to the home directory of\\ //''user_name''//. | | file filename | Print a brief description of the file's contents. | | rename perl-expr files-to-be-renamed | Rename multiple files. |