![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| exit status of command in a pipe line | topcat8 | UNIX for Dummies Questions & Answers | 10 | 10-19-2007 01:39 AM |
| Pipe out ftp command to a file | lweegp | UNIX for Dummies Questions & Answers | 2 | 10-10-2005 02:40 AM |
| pipe command | zomboo | UNIX for Dummies Questions & Answers | 1 | 10-31-2004 03:04 PM |
| ret val of a command in a pipe which is NOT the last one | latze | Shell Programming and Scripting | 5 | 11-01-2002 07:32 AM |
| How to pipe command | anonymous.nico | UNIX for Advanced & Expert Users | 4 | 03-20-2002 12:06 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#8
|
|||
|
|||
|
Thanks for all people who help me
Now my job is working and see you in another thread. |
| Forum Sponsor | ||
|
|
|
#9
|
|||
|
|||
|
Hi my friend
I want to delete special scheduled task can any ony tell me how can I do that? I have this command to delete all currently scheduled tasks [crontab -r] |
|
#10
|
|||
|
|||
|
You may have to Edit the crontab entry file,
Code:
crontab -e Try crontab -l , to see the latest changes that you have made.Hope this helps Thanks Nagarajan Ganesan. |
|
#11
|
|||
|
|||
|
Yes My friend
after using crontab -e vi editor will be run but I can not make any thing and I have tried crontab -r , all scheduled tasks was deleted thanks |
|
#12
|
|||
|
|||
|
Quote:
As we cannot remove specifically using crontab -r,You may have add the new crontab. crontab -l > /tmp/mycron Edit the /tmp/mycron crontab /tmp/mycron Thanks Nagarajan Ganesan |
|||
| Google The UNIX and Linux Forums |