#command-line
Read more stories on Hashnode
Articles with this tag
Quick documentation a command ยท Man-pages is the system manual pager usually used on linux distributions to document a command. It is used as follows:...
You have a file.txt with the following content : Line 1 Line 2 Line 3 Line 4 Line 5 Line 6 Line 7 Line 8 Line 9 Line 10 Write a program that print...
transfer a file from the terminal without having to use ssh or scp, it is possible with transfer.sh. You may just need curl to perform a file...