Quantcast
Channel: UNIX and Linux Forums
Viewing all articles
Browse latest Browse all 16232

Shell script question

$
0
0
I am getting error files missing. can any0ne tell me I can able to read the file . can you tell what the other part does
Code:

xargs -i test -f {}
Code:

cat $S.file | uniq | xargs -i test -f {} || error_func "files(s) missing!"

Viewing all articles
Browse latest Browse all 16232

Trending Articles