Search Results

Search: Posts Made By: Folken42
127,988
Posted By Folken42
I think I have a clever version to recognize and...
I think I have a clever version to recognize and differentiate flat files from directories:

Only Flat Files:
ls -1Ap | grep -v /\$
Only Directories:
ls -1Ap | grep /\$ | sed -e"s/[/]//g"
ls...
127,988
Posted By Folken42
Here it is : ls -l | grep ^- | awk '{print...
Here it is :

ls -l | grep ^- | awk '{print $NF}'

;)
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 06:04 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy