Nieuws

We often write quick bash scripts and judging by the comments, half of us use bash or a similar shell to pop out quick, useful scripts, and half of us think that’s an abomination, and you should ...
Running the Script Make the script executable and run it: chmod +x count_files.sh ./count_files.sh Counting Files in a Graphical Environment If you prefer graphical interfaces over command lines, most ...