Guest User

Untitled

a guest
Aug 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. YYYYMMDD_##_user_filename.json
  2.  
  3. 20161021_01_test_parameters.json
  4. 20161021_01_test_stack.json
  5. 20161021_02_test_parameters.json
  6. 20161021_02_test_stack.json
  7. 20161022_03_test_parameters.json
  8. 20161025_04_test_parameters.json
  9. 20161025_04_test_stack.json
  10.  
  11. find path/to/dir/ -maxdepth 1 -name '*parameters.json' | sort -t_ -nk2,2 | tail -n1
  12.  
  13. find path/to/dir/ -maxdepth 1 -name '*parameters.json' -print0 | sort -zt_ -nk2,2 | tail -zn1
Add Comment
Please, Sign In to add comment