Please enable JavaScript.
Coggle requires JavaScript to display documents.
COMMAND (MANAGING FILE AND DIRECTORIES (touch (create file), mv (move…
COMMAND
-
VIEW TEXT FILE
head
- view text file content from the top
tail
- view text file content from the bottom
tac
- view text file content in reverse order
-
-
-
SEARCH
which
- find a file related to command
-
grep
- to search within file with specific pattern
-
-