The move command can be used to move files around or rename them. There are a lot of flags that you can use with the move command but , they are rarely used by me. I will list a few […] ↓ Read the rest of this entry…
Archive for Learn
3 results.
Comment
The ls command is used to list the contents of a directory. Using the flags you can change the format of the output to show the information that you need. If you use just the ls command you get a […] ↓ Read the rest of this entry…
The tail command is a very commonly used command to pull the last number of lines from a file. This is extremely useful when you want to look through error logs to trouble shoot an issue. You can watch a […] ↓ Read the rest of this entry…