Search Results

Search: Posts Made By: arcadia
7,735
Posted By arcadia
works like a charm - thanks.
works like a charm - thanks.
32,082
Posted By arcadia
as usual, tr is your friend: tr ' ' ';' <...
as usual, tr is your friend:

tr ' ' ';' < inputfile > outpufile

..if you want to check first

cat inputfile | tr ' ' ';'

..and if the file is actually tab deliminates use

tr...
1,345
Posted By arcadia
try to type prompt off as the first command to...
try to type prompt off as the first command to ftp. You will have to be in the right directory and use mput * (or mget * if you are pulling rather than pushing)
7,735
Posted By arcadia
random colour xterm alias
I used to have this but do not know where it went - a script or an alias that:

opens a new xterm window with a random background colour.

I have this off "the internets" :
alias xterm1="xterm...
3,686
Posted By arcadia
how about something like this : FIRSTRC=` grep...
how about something like this :
FIRSTRC=` grep "return code:" file | head -1 | awk -F: ' { print $2 } '`
LASTRC=` grep "return code:" file | tail -1 | awk -F: ' { print $2 } '`
3,680
Posted By arcadia
printf C vs Shell
I suspect you are trying to use the ANSI C syntax for printf - I haven't done this for a while, but looking through the man page on my Ubuntu GG dosnt suggest any solution to your problem.

Shell...
33,415
Posted By arcadia
this would give you the symbolic link...
this would give you the symbolic link /users/test/hist -> /users/hist
Showing results 1 to 7 of 7

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