Advertisement
v1ral_ITS

tar list any .tar.gz file in $DIR

Jul 17th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.11 KB | None | 0 0
  1. #!/bin/bash
  2. ls $PWD | gui
  3. tar --list -f "$(yad --title "Tar List Any .tar.gz File" --entry --width 500 --height 50)"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement