Board index » Unix shell
All times are UTC
ls -l | cut -f3 -d [space]
Brian Seppanen
ls -l | cut -d' ' -f3
ls -l | cut -f3 -d ' '
-- Ari Makela ha...@iki.fi http://www.iki.fi/hauva/
"I'm just a poor bear with a startling lack of brain." - Pooh
1. Grep and cut removing spaces
2. Cut w/ space delimiter problem
3. Cut w/ space delimiter problem
4. Cutting fields from lines with multiple spaces
5. cut & spaces
6. cut on a space
7. Help: How to cut last field by CUT command
8. RAID insufficient space problem amid gigs of known free space
9. VMWare = Swap space on Host Linux and paging space for Guest OS
10. Need help in understanding the mapping of user-space send, sendto, sendmsg to kernel-space sendmsg