rajeshkumar created the topic: Shell script to Print only Size and file name using unix command.
Shell script to Print only Size and file name using unix command.
ls -l | tr -s " " " "| cut -d " " -f5,9
Regards,
Rajesh Kumar
Twitt me @ twitter.com/RajeshKumarIn
puneetbhatia77 replied the topic: Re: Shell script to Print only Size and file name using unix command.
The command should be
ls -l | tr -s " " " "| cut -d " " -f5,8
Latest posts by Rajesh Kumar (see all)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024