Linux Fundamentals
Linux Command Syntax:
Commands typically have the syntax:
command option argument or
ls [OPTION]... [FILE]…
for example:
ls -ltr linux.txt
OPTION: Modify the way that a command works
usually consists of a hyphen or dash followed by a single letter
...
blog.surajdev.tech11 min read