Skip to content

Instantly share code, notes, and snippets.

@bingos
Created October 13, 2019 11:41
Show Gist options
  • Save bingos/5c68b645eb4db72378dd53b1c51362da to your computer and use it in GitHub Desktop.
Save bingos/5c68b645eb4db72378dd53b1c51362da to your computer and use it in GitHub Desktop.
Solaris 10 tar Number-Compare-0.03
bash-3.2# uname -a
SunOS swyddog 5.10 Generic_147148-26 i86pc i386 i86pc
bash-3.2# tar xf Number-Compare-0.03.tar
bash-3.2# ls -l
total 4368
-rw-r--r-- 1 root root 2202131 Jul 1 09:41 02packages.details.txt.gz
-rwxr-xr-x 1 root root 170 Jul 17 2015 minstall.sh
-rwxr-xr-x 1 root root 174 Jul 17 2015 mupdate.sh
drwxr-xr-x 4 root root 512 Sep 21 2011 Number-Compare-0.03
-rw-r--r-- 1 root root 20480 Sep 21 2011 Number-Compare-0.03.tar
drwxr-xr-x 4 root root 1024 Jul 17 2015 tools
bash-3.2# ls -l Number-Compare-0.03
total 14
-rw-r--r-- 1 root root 580 Sep 21 2011 Changes
drwxr-xr-x 3 root root 512 Sep 21 2011 lib
-rw-r--r-- 1 root root 178 Sep 12 2011 Makefile.PL
-rw-r--r-- 1 root root 163 Sep 21 2011 MANIFEST
-rw-r--r-- 1 root root 43 Sep 12 2011 MANIFEST.SKIP
-rw-r--r-- 1 root root 490 Sep 21 2011 META.yml
drwxr-xr-x 2 root root 512 Sep 21 2011 t
bash-3.2#
bash-3.2# gtar xf Number-Compare-0.03.tar
bash-3.2# ls -l
total 4368
-rw-r--r-- 1 root root 2202131 Jul 1 09:41 02packages.details.txt.gz
-rwxr-xr-x 1 root root 170 Jul 17 2015 minstall.sh
-rwxr-xr-x 1 root root 174 Jul 17 2015 mupdate.sh
drwxr-xr-x 4 831580115 755412454 512 Sep 21 2011 Number-Compare-0.03
-rw-r--r-- 1 root root 20480 Sep 21 2011 Number-Compare-0.03.tar
drwxr-xr-x 4 root root 1024 Jul 17 2015 tools
bash-3.2#
bash-3.2# gtar --no-same-owner -xf Number-Compare-0.03.tar
bash-3.2# ls -l
total 4368
-rw-r--r-- 1 root root 2202131 Jul 1 09:41 02packages.details.txt.gz
-rwxr-xr-x 1 root root 170 Jul 17 2015 minstall.sh
-rwxr-xr-x 1 root root 174 Jul 17 2015 mupdate.sh
drwxr-xr-x 4 root root 512 Sep 21 2011 Number-Compare-0.03
-rw-r--r-- 1 root root 20480 Sep 21 2011 Number-Compare-0.03.tar
drwxr-xr-x 4 root root 1024 Jul 17 2015 tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment