#unix
Read more stories on Hashnode
Articles with this tag
Begin with !/ and the bash location !/usr/bash extension .sh Two possibility to run a bash script: #1 bash script.sh #2 ./script.sh bash script.sh...
Download Data using curl https://curl.haxx.se/download.html curl -O https://websitename.com/file001.txt #-O -> download file with it's name curl...
pwd #print working directory ls #list content ls /dir/subdir #starts with / -> absolute path ls dir/subdir #doesn't start with / ->...