Re: AT command
From: Noi (noi_at_siam.com)
Date: 12/27/03
- Previous message: Gregory James: "Re: Fedora ISO problems"
- In reply to: Davide Sanna: "AT command"
- Next in thread: P.T. Breuer: "Re: AT command"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 27 Dec 2003 22:10:06 GMT
On Sat, 27 Dec 2003 15:37:30 +0100, Davide Sanna thoughtfully wrote:
> Hi there,
>
> I'm using "at" command like:
>
> #at 15:30
> at> echo "something"
> at>
>
> [...]
>
> but I really can't stop at from asking me new commands after I press
> Enter.
> I tried with CTRL^Z but it only stops the process...
>
> Really thanks for any help...
>
> Davide
Wouldn't use of shell scripts work better especially for testing?
at -f /home/me/test.sh 15:30
at -l
#test.sh
#!/bin/bash
echo "something"
- Previous message: Gregory James: "Re: Fedora ISO problems"
- In reply to: Davide Sanna: "AT command"
- Next in thread: P.T. Breuer: "Re: AT command"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|