Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. $hists "aws s3 cp"
  2. 16160 aws s3 cp s3://mybucket/air2008/10 .
  3. 16254 hists "aws s3 cp"
  4.  
  5. type hists
  6. hists is a function
  7. hists ()
  8. {
  9. history 15000 | grep "$@"
  10. }
  11.  
  12. "aws s3 cp"
  13. 09:40:44/csv $hists aws s3 cp
  14. grep: s3: No such file or directory
  15. grep: cp: No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement