#linux
Read more stories on Hashnode
Articles with this tag
Install GitHub Desktop desktop.github.com Git for All Platforms git-scm.com Configuring Git $ git config --global user.name "[name]"Sets the name you...
1.Create a simple file and do ls -ltr to see the details of the files. Here are the commands you can use to create a simple file and display its...
1.shell script to create directories using loop Here is a Bash shell script that creates a specified number of directories with a dynamic name, based...