#trainwithshubham
Read more stories on Hashnode
Articles with this tag
A Little Bit of Container History Docker is a container runtime. A lot of people think that Docker was the first of its kind, but this is not true –...
What is Git? Git is a free, open-source version control software. It was created by Linus Torvalds in 2005. This tool is a version control system...
Shell scripting -> A shell script is a list of commands in a computer program that is run by the Unix shell which is a command line interpreter. A...
AT -> The at command is the terminal method of allowing you to schedule on-time jobs for a specific time and date.It executes commands at a particular...
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...