7.2 Summary of Commands¶
Author: Dr. Alejandra Rougon
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.
The following table shows a summary of the commands reviewed in the previous notebooks
Command |
Action |
---|---|
|
print path to working directory |
|
list directory contents [ |
|
change directory |
|
make directory |
|
view, create, add content & concatenate files |
|
view file contents |
|
view file contents |
|
view top lines [ |
|
view bottom lines [ |
|
open manual of a specific command [ |
|
copy files & folders |
|
move files & folders; change name |
|
remove files |
|
remove directories |
|
wildcard [any character any number of times] |
|
sort [alphabetically, |
|
select columns [ |
|
find string [ |
|
text editor [ |
|
text editor [ |
|
word count [ |
|
change permissions |
|
pipe [output of one command goes as an input to another command] |
|
output redirection [new file or overwrite existing file] |
|
output redirection append |
|
secure shell to access a remote server |
|
secure copy files between local and remote server |
|
prints to screen |