Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Commit

Permalink
Add a note that tar commands support wildcards
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim committed Nov 19, 2016
1 parent 8536e25 commit 7985ce6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Binaries/tar-extract
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#!/usr/bin/env bash

# Supports wildcards
tar -xf "$1" "$2"
2 changes: 2 additions & 0 deletions Binaries/tar-search
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#!/usr/bin/env bash

# Supports wildcards
tar -tvf "$1" "$2"

0 comments on commit 7985ce6

Please sign in to comment.