unable to use clear command under at or crontab

Asked by Sukhvinder

$ tty
/dev/pts/0
$ cat ss
clear > /dev/pts/0
echo "its working" /dev/pts/0

$ at -f ~/ss 07:32

but its not working ............my termial is not get cleared. but the mesg is printed.
so help to solve this problem...........
thanks............

....................

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu bash Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

could use:

echo; echo; echo; echo; echo; echo; echo; echo; echo; echo

instead of:

clear

Can you help with this problem?

Provide an answer of your own, or ask Sukhvinder for more information if necessary.

To post a message you must log in.