monaco/i-0352eb7560afc8ca9
by SadServersMore by SadServers
-h, --help <category> Get help for commands -i, --include Include protocol response headers in the output -o, --output <file> Write to file instead of stdout -O, --remote-name Write output to a file named as the remote file -s, --silent Silent mode -T, --upload-file <file> Transfer local FILE to destination -u, --user <user:password> Server user and password -A, --user-agent <name> Send User-Agent <name> to server -v, --verbose Make the operation more talkative -V, --version Show version number and quit This is not the full help, this menu is stripped into categories. Use "--help category" to get an overview of all categories. For all options use the manual or "--help all". admin@i-0b548ba241add02bb:~$ curl --
paris/i-0b548ba241add02bb 03:54
by SadServerswrite(2, "(", 1() = 1 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-0053deee79e60da67:~$ vim kihei
kihei/i-0053deee79e60da67 03:24
by SadServerswrite(2, " -v\tVerbose mode (print extra i"..., 37 -v Verbose mode (print extr) = 37 write(2, " -verbose\n \tVerbose mode (pr"..., 48 -verbose Verbose mode (print extra info) ) = 48 exit_group(2) = ? +++ exited with 2 +++ admin@i-0e235312469363df1:~$ strace ./kihei -o output.txtstrace -o output.txt ./admin@i-0e235312469363df1:~$ strace -o output.txt ./kihei panic: exit status 1 goroutine 1 [running]: main.main() ./main.go:64 +0x47d admin@i-0e235312469363df1:~$ cat output.tx