command-line-murders/i-0ab41fd8b91994a90
by SadServersMore by SadServers
write(2, ")\n", 2) ) = 2 write(2, "\t", 1 ) = 1 write(2, "./main.go", 9./main.go) = 9 write(2, ":", 1:) = 1 write(2, "64", 264) = 2 write(2, " +", 2 +) = 2 write(2, "0x47d", 50x47d) = 5 write(2, "\n", 1 ) = 1 exit_group(2) = ? +++ exited with 2 +++ admin@i-0133da7c108576538:~$ cd /home/admin/data/newdatafile bash: cd: /home/admin/data/newdatafile: No such file or directory admin@i-0133da7c108576538:~$ mkdir
kihei/i-0133da7c108576538 00:32
by SadServersdrwxr-xr-x 7 admin admin 1M Mar 13 04:45 . drwxr-xr-x 3 root root 1M Sep 17 2023 .. drwx------ 3 admin admin 1M Sep 17 2023 .ansible -rw-r--r-- 1 admin admin 1M Aug 4 2021 .bash_logout -rw-r--r-- 1 admin admin 1M Aug 4 2021 .bashrc drwxr-xr-x 3 admin admin 1M Mar 13 04:45 .config -rw-r--r-- 1 admin admin 1M Aug 4 2021 .profile drwx------ 2 admin admin 1M Sep 17 2023 .ssh drwxr-xr-x 2 admin root 1M Sep 17 2023 agent drwxr-xr-x 2 admin root 1M Sep 17 2023 data -rw-r--r-- 1 root root 5120M Sep 17 2023 datafile -rwxr-xr-x 1 admin root 3M Sep 17 2023 kihei admin@i-0e3aa73ecb85f9583:~$ ls -al --block-size=b ls: invalid --block-size argument 'b' admin@i-0e3aa73ecb85f9583:~$
kihei/i-0e3aa73ecb85f9583 02:03
by SadServersgzip -c file1 file2 > foo.gz If you want to recompress concatenated files to get better compression, d gzip -cd old.gz | gzip > new.gz If a compressed file consists of several members, the uncompressed size a the --list option applies to the last member only. If you need the unco members, you can use: gzip -cd file.gz | wc -c If you wish to create a single archive file with multiple members so that Manual page gzip(1) line 187 (press h for help or q to quit)