Search Results

Search: Posts Made By: godfreydanials
1,440
Posted By Don Cragun
Having spaces or tabs in the pathname of a...
Having spaces or tabs in the pathname of a directory does not prevent you from matching files in that directory as long as you use appropriate quotes.

The quoted pathnames:
/c/mp3/"Bad...
1,801
Posted By Scrutinizer
Otherwise try: awk '/\+-{99}\+/{p++; next}p==2'...
Otherwise try:
awk '/\+-{99}\+/{p++; next}p==2' file--
With GNU awk < 4.0 Try awk --posix
or try:
awk '/\+-+\+/{p++; next}p==2' file
Showing results 1 to 2 of 2

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