Search Results

Search: Posts Made By: alan
1,537
Posted By alan
grep -Rn '^exit 0' *.ksh | grep ':1:\|:2:' ...
grep -Rn '^exit 0' *.ksh | grep ':1:\|:2:'

did the trick. What it does is:


grep -R (recursive)
grep -n (print line number)
grep '^exit 0' (exit 0 at beginning of line only)
grep...
44,059
Posted By alan
CTRL+H versus ^? versus BACKSPACE <END>
Thanks to all of you guys for helping. The solution is as such:

stty erase ^H

is the statement I entered in my .profile although I had to type SHIFT+6 to obtain the caret symbol followed by...
Showing results 1 to 2 of 2

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