1 |
ls -q | wc -l |
1 |
wc - l command counts lines |
1 |
ls -q option will replace non-printable characters by a question mark |
1 |
ls -q | wc -l |
1 |
wc - l command counts lines |
1 |
ls -q option will replace non-printable characters by a question mark |
Recent Comments