Dr. Ehoneah Obed
Dr. Ehoneah Obed

Dr. Ehoneah Obed

Follow
homeLinux LessonsGit & GithubC ProgrammingPythonbadgesnewsletter
Tag

bash script

#bash-script

More content

Read more stories on Hashnode


Articles with this tag

Write a bash script to count the number of directories

Jun 7, 20224 min read

This script will count the number of directories and sub-directories in the current directory but not count the current directory itself. · If you have a...

Write a bash script to count the number of directories

Write a script that compiles a C file but does not link

Jun 4, 20224 min read

Bash script that does preprocessing, compiling, and assembly without linking · In my previous post, I wrote on how you can write a script that...

Write a script that compiles a C file but does not link