Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. cd przwol
  2. mkdir exreg
  3. cd exreg
  4. curl http://alioth.uwb.edu.pl/so/data/error_log -o bledy
  5. grep -n '^E' bledy > errors_only
  6. grep -n '^I' bledy > info_only
  7. grep "[0-3][0-9]/[A-z][a-z][a-z]/2008" bledy > 2008.txt
  8. grep "[0-3][0-9]/[A-z][a-z][a-z]/2009" bledy > 2009.txt
  9. grep "[0-3][0-9]/[A-z][a-z][a-z]/2010" bledy > 2010.txt
  10. grep "[0-3][0-9]/[A-z][a-z][a-z]/2011" bledy > 2011.txt
  11. grep "[0-3][0-9]/[A-z][a-z][a-z]/2012" bledy > 2012.txt
  12. grep "[0-3][0-9]/[A-z][a-z][a-z]/2013" bledy > 2013.txt
  13. grep "[0-3][0-9]/[A-z][a-z][a-z]/2014" bledy > 2014.txt
  14. grep "[0-3][0-9]/[A-z][a-z][a-z]/2015" bledy > 2015.txt
  15. grep "[0-3][0-9]/[A-z][a-z][a-z]/2016" bledy > 2016.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement