How can I check if a directory exists in a Bash shell script?
Asked 07 September, 2021
Viewed 1.6K times
  • 59
Votes

What command can be used to check if a directory exists or not, within a Bash shell script?

30 Answer