Quote:
|
Originally Posted by jhmr7
But i need to extract only the last column i.e. only the folder names. Please let me know what i need to do. I used cut utility but i can't able to locate the column. Is there any utility which will extract the last column of the display.
|
Code:
ls -l | grep ^d | awk '{print $9}'