login
|
about
|
faq
Questions
Tags
Users
Badges
Unanswered
Ask Question
Tagged Questions
stats
newest
featured
hot
votes
active
2
votes
5
answers
2k views
How to determine file type in bash script?
I am writing a nightly build script in bash. Everything is fine and dandy except for one little snag: #!/bin/bash for file in "$PATH_TO_SOMEWHERE"; do if [ -d $file ] then …
asked
Jan 2 '09 at 15:46
theman_on_vista
782
●
2
●
5
●
14
bash
files
scripting
determination
1
questions tagged
determination
Related Tags
bash
files
scripting
Stack Overflow works best with JavaScript enabled