i tried to run a similiar perl script by typing#!/bin/bash DIRECTORY="/usr/bin" for file in $DIRECTORY/* do whatis `basename $file` done exit 0
but its not giving me the same whatislog - what am i doing wrong ? cheers.perl -e "system qw (whatis /usr/bin/*)"
In reply to system call how-to by elsiddik
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |