Re: [Ilugc] One Day One GNU/Linux Command (FG)

2008-12-17 Thread Ashok Gautham
On Wed, Dec 17, 2008 at 4:51 PM, Mehul Ved wrote: > On Wed, Dec 17, 2008 at 6:15 AM, Girish Venkatachalam > wrote: > > On 10:00:05 Dec 17, Bharathi Subramanian wrote: > >> $ fg 2 -- Move the 2nd active job to foreground. > >> > > > > Shouldn't this be $ fg %2? > zsh has a slight advantage in th

Re: [Ilugc] One Day One GNU/Linux Command (FG)

2008-12-17 Thread Mehul Ved
On Wed, Dec 17, 2008 at 6:15 AM, Girish Venkatachalam wrote: > On 10:00:05 Dec 17, Bharathi Subramanian wrote: >> $ fg 2 -- Move the 2nd active job to foreground. >> > > Shouldn't this be $ fg %2? Both work, atleast under bash in Linux. -- Linux: Where do you want to GO... Oh, I'm already ther

Re: [Ilugc] One Day One GNU/Linux Command (FG)

2008-12-17 Thread Girish Venkatachalam
On 10:00:05 Dec 17, Bharathi Subramanian wrote: > One Day One GNU/Linux Command > = > > fg -- Place a job in the ForeGround. > > Summary: > > Normally user can run many jobs in background, by adding & at end of > the command (ex: sleep 10 &). > > fg is a shell comma

[Ilugc] One Day One GNU/Linux Command (FG)

2008-12-16 Thread Bharathi Subramanian
One Day One GNU/Linux Command = fg -- Place a job in the ForeGround. Summary: Normally user can run many jobs in background, by adding & at end of the command (ex: sleep 10 &). fg is a shell command. It is used to move a job from background to the foreground, as if