I may be wrong, but I think it may be this line:
For future reference, I got this from the ascii man page (helpful little devil, and a lot of people don't even know it exists...)
Hi,
I need to compare a file with its contents matching to that of another file(filename , received date and record count).
Lets say has File A original data
Ex -
1,abc,1234
2,bcd,4567
3,cde,8901
and File B has details of File A
Ex-
FILEA.TXT|06/17|2010|3
(filename)|(received... (18 Replies)
Why ^ C stands for crtl+C in ubuntu shell? also on gvim the shortcuts come this way too with weird symbols (like +gP). Where can I find a list of those? (1 Reply)
hi
I have some program which accepts "Crtl+U" input, Now i want to run it thorugh my written script ...all other inputs are accepted but how to supply this input.
I am supplying input parameters to the program named EX as below.
=================================
main.sh
.
.
EX<<EOF... (3 Replies)
hello,
After I log into a box I run a small script so my backspace works, but after running the script the ctrl-c will not work anymore to break.. Will work before.. The script I run is below... I am on AIX 5.2. Thanks.
set -o vi
TMOUT=0
export TERM=xterm
export HOST=`hostname`
export... (4 Replies)