#devops-journey
Read more stories on Hashnode
Articles with this tag
find -> the find command helps us to find a particular file within a directory. It is used to find the list of files for the various conditions like...
Vim -> It can be used to edit all kinds of plain text. It is especially useful for editing programs. There are a lot of enhancements above Vi: multi...
| (Pipe) -> Pipe is used to combine two or more commands such that output of one command serves as input to the next. In short, the output of each...