Re: shell command or script to combine two files

2010-04-03 Thread John Hasler
Dino Vliet writes: > I have two files with the same number of rows but different columns. I > want to create one file out of them and am looking for a simple shell > command or shell script to accomplish that. man join -- John Hasler -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian

Re: shell command or script to combine two files

2010-04-03 Thread Jomat
Quoting Dino Vliet : Hi debian people, I have two files with the same number of rows but different columns. I want to create one file out of them and am looking for a simple shell command or shell script to accomplish that. File 1 has N number of rows and columns X,Y,Z and File 2 has N num

Re: shell command or script to combine two files

2010-04-03 Thread jo...@gmx.li
Quoting Dino Vliet : Hi debian people, I have two files with the same number of rows but different columns. I want to create one file out of them and am looking for a simple shell command or shell script to accomplish that. File 1 has N number of rows and columns X,Y,Z and File 2 has N num

Re: shell command or script to combine two files

2010-04-03 Thread Eduardo M KALINOWSKI
On 04/03/2010 07:09 AM, Dino Vliet wrote: Hi debian people, I have two files with the same number of rows but different columns. I want to create one file out of them and am looking for a simple shell command or shell script to accomplish that. File 1 has N number of rows and columns X,Y,

Re: shell command

2006-11-07 Thread John Hasler
rodrigo writes: > http://www.gnu.org/software/screen/ There is, of course, a Debian screen package. apt-get install screen -- John Hasler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: shell command

2006-11-07 Thread Henrique G. Abreu
nohup, screen seems a bit more complex, my problem is very simple. Thanks again. -- Henrique G. Abreu [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: shell command

2006-11-07 Thread Rodrigo Paes
On Tue, 07 Nov 2006 13:22:54 -0600 Hugo Vanwoerkom <[EMAIL PROTECTED]> wrote: > Henrique G. Abreu wrote: > > Thanks guys, it worked just great! > > > > What? Nohup or screen? > > ? > > I guess nohup I don't know if you can figure out screen that fast :) []s rodrigo -- ==

Re: shell command

2006-11-07 Thread Hugo Vanwoerkom
Henrique G. Abreu wrote: Thanks guys, it worked just great! What? Nohup or screen? ? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: shell command

2006-11-07 Thread Henrique G. Abreu
Thanks guys, it worked just great! On 11/7/06, Andrew Sackville-West <[EMAIL PROTECTED]> wrote: On Tue, Nov 07, 2006 at 03:04:56PM -0300, Henrique G. Abreu wrote: > Hi, > > I'd like to run a command on bash console, and close the console > (ssh for example), the command still runs, and then come

Re: shell command

2006-11-07 Thread Andrew Sackville-West
On Tue, Nov 07, 2006 at 03:04:56PM -0300, Henrique G. Abreu wrote: > Hi, > > I'd like to run a command on bash console, and close the console > (ssh for example), the command still runs, and then come back and see > its results. > How is that possible? nohup might do it for you A signature.asc

Re: shell command

2006-11-07 Thread Rodrigo Paes
On Tue, 7 Nov 2006 15:04:56 -0300 "Henrique G. Abreu" <[EMAIL PROTECTED]> wrote: > Hi, > > I'd like to run a command on bash console, and close the console > (ssh for example), the command still runs, and then come back and see > its results. > How is that possible? > > Thanks, > check this ou