#beginners
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...
pwd #print working directory ls #list content ls /dir/subdir #starts with / -> absolute path ls dir/subdir #doesn't start with / ->...
This notes are valid for both Octave and MATLAB% for comments. CALCULATOR 5+4 5-3 2*7 8/3 2^6 log(2) exp(3) abs(-1) %absolute value floor(1.9) ...