Noame has asked for the wisdom of the Perl Monks concerning the following question:
Hi, How can I execute the following command without get the error below: Command: $count=`ls -d 246.56* |wc -l `; Error Message: "246.56*: No such file or directory" Moreover, how can i 'count word' using Perl command? Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl - 'count word'
by toolic (Bishop) on Nov 21, 2007 at 19:16 UTC | |
|
Re: Perl - 'count word'
by shmem (Chancellor) on Nov 21, 2007 at 23:08 UTC | |
|
Re: Perl - 'count word'
by igelkott (Priest) on Nov 21, 2007 at 19:20 UTC | |
|
Re: Perl - 'count word'
by gleepglop (Novice) on Nov 21, 2007 at 19:08 UTC | |
|
Re: Perl - 'count word'
by swampyankee (Parson) on Nov 22, 2007 at 07:31 UTC |