-
Can anyone explain me what the line
x=signal(SIGINT,nh);
does? -
How do I write a command to print the longest line in a file?
-
How do I write a command to print the last word of every line of a file using sed?
-
What exactly does this line do?
:%s/^\([0-9]\)\([0-9]\)/\2\1/g^M
Assuming it is run from vi.
Thank you all for your time.