1
votes
0
comments
702
views

Shell: File and Directory Testing

1 vote, 4.00 avg. rating (50% score)
Trying to find out if a file or a directory exists within a shell program is pretty easy. You may also want to test if the directory is a symlink or if the file is executable. Here are a few tips to perform some various validation tasks.