I have 2 directories as below
/appl/exe/04/dat>ls -alrt
total 290
drwxrwxr-x 30 exceed exceed 1024 Jun 11 09:04 ..
drwxrwxrwx 2 exceed exceed 138240 Aug 17 03:56 .
/appl/exe/13/dat>ls -alrt
total 18
drwxrwxr-x 28 exceed exceed 1024 Jul 6 13:12 ..
drwxrwxrwx 2 exceed exceed 7680 Aug 16 20:46 .
Why does it show a difference in the wc? What does this mean?
wc -l /appl/exe/04/dat -> shows outout as below:
4 /appl/exe/04/dat
wc -l /appl/exe/13/dat -> shows output as below:
0 /appl/exe/13/dat