Hi All,
The below command gives the number of lines in a file
perl -le 'print $==()=<>' <file_name>
I want to use this command inside a
perl script and store the
output in a variable. How can i do this ?
Is their any other methods to adopt this?
Thanks in advance
JS