Guest User

Untitled

a guest
Dec 17th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. 9 1 * * 3,6 /opt/testtingtools/kos/bin/cos.sh
  2. 55 23 * * * /opt/testtingtools/tqdaily.sh 2>>/opt/toolcheck/extract.err
  3. 50 11 * * 6 /opt/devtools/toolbox/toolcheck.sh >>toolcheck.log 2>&1
  4. 55 23 * * 5 /opt/devtools/toolbox/reset.sh >>/opt/toolcheck/log/reset.log
  5. 56 23 * * 6 /opt/prdtools/tqweekly.sh 2>>/opt/checktool/extract.err
  6. 30 11 * * 6 /opt/proadtools/tool.sh >/opt/checkingtools/tool.log 2>&1
  7.  
  8. 50 11 * * 6 /opt/devtools/toolbox/toolcheck.sh >>toolcheck.log 2>&1
  9. 55 23 * * 5 /opt/devtools/toolbox/reset.sh >>/opt/toolcheck/log/reset.log
  10. 56 23 * * 6 /opt/prdtools/tqweekly.sh 2>>/opt/checktool/extract.err
  11. 30 11 * * 6 /opt/proadtools/tool.sh >/opt/checkingtools/tool.log 2>&1
  12.  
  13. sed '/testtingtools/d' crn.txt 2>&1 | tee crn.txt
  14.  
  15. echo "$(sed '/testtingtools/d' crn.txt)" > crn.txt
  16.  
  17. sed -i '/testtingtools/d' crn.txt
  18.  
  19. sed -i'' '/testtingtools/d' crn.txt
  20.  
  21. cp crn.txt crn.tmp
  22. sed '/testtingtools/d' <crn.tmp >crn.txt
  23. rm crn.tmp
Add Comment
Please, Sign In to add comment