The Linux Command Line
By William Shotts
Attachment: 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?
| Command | Description |
|---|---|
| cd - | Changes the working directory to the previous working directory. |
| cd ~user_name | Changes the working directory to the home directory ofuser_name. |
| file filename | Print a brief description of the file's contents. |
| rename perl-expr files-to-be-renamed | Rename multiple files. |