Search Results

Search: Posts Made By: ConcealedKnight
2,373
Posted By Scrutinizer
That is because of bash's history expansion. It...
That is because of bash's history expansion. It tries to expand the exclamation mark. Try switching it off first:
set +H Then it should work.

You could also escape the exclamation mark(s):
grep...
1,565
Posted By Corona688
No idea why perl does that, but you can try this:...
No idea why perl does that, but you can try this: awk '{ gsub(/,/,""); $0=$7 } 1'
1,179
Posted By elixir_sinari
[ -z "$lastfile" ] && { echo "No C program found"...
[ -z "$lastfile" ] && { echo "No C program found" ; exit 1 ; }
Showing results 1 to 3 of 3

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