How to write ctrl+z,bg commands in sequence in bash script
shwetha
shwetha at public-software.in
Mon Aug 22 07:58:09 UTC 2011
On Monday 22 August 2011 12:50 PM, Alan Pope wrote:
Hey......
can you please help on how to unicode nudi(lohith kannada) in ubuntu10.04.
regards
Shwetha
> On 22 August 2011 08:18, Amrit Pal Pathak<amritpalpathak1 at gmail.com> wrote:
>> I want to use ctrl+z ,bg commands in a sequence in my script.Can anyone
>> please tell me how i can do it.?
> Stick an ampersand at the end of the line you want to background. Like this:-
>
> #!/bin/bash
> command_one&
> command_two
>
> First command one will kick off and immediately go into the background
> then command two will start.
>
> Al.
>
More information about the ubuntu-users
mailing list