GNU sed home page: <https://www.gnu.org/software/sed/>. General help using GNU software: <https://www.gnu.org/gethelp/>. admin@i-041de987445489b6f:~/clmystery$ sed '-40p' mystery/streets/Hart_Place sed: invalid option -- '4' Usage: sed [OPTION]... {script-only-if-no-other-script} [input-file]... -n, --quiet, --silent suppress automatic printing of pattern space --debug annotate program execution -e script, --expression=script add the script to the commands to be executed -f script-file, --file=script-file add the contents of script-file to the commands to be executed --follow-symlinks follow symlinks when processing in place -i[SUFFIX], --in-place[=SUFFIX] edit files in place (makes backup if SUFFIX supplied) -l N, --line-length=N specify the desired line-wrap length for the `l' command --posix disable all GNU extensions. -E, -r, --regexp-extended use extended regular expressions in the script (for portability use POSIX -E). -s, --separate consider files as separate rather than as a single, continuous long stream. --sandbox operate in sandbox mode (disable e/r/w commands). -u, --unbuffered load minimal amounts of data from the input files and flush the output buffers more often -z, --null-data separate lines by NUL characters --help display this help and exit --version output version information and exit If no -e, --expression, -f, or --file option is given, then the first non-option argument is taken as the sed script to interpret. All remaining arguments are names of input files; if no input files are specified, then the standard input is read. GNU sed home page: <https://www.gnu.org/software/sed/>. General help using GNU software: <https://www.gnu.org/gethelp/>. admin@i-041de987445489b6f:~/clmystery$ man sed admin@i-041de987445489b6f:~/clmystery$ sed -n '40p' mystery/streets/Hart_Place SEE INTERVIEW #47246024 admin@i-041de987445489b6f:~/clmystery$ sed -n '40p' mystery/streets/Hart_Place >> mystery/note.txt admin@i-041de987445489b6f:~/clmystery$ cat mystery/note.txt CLUE: Footage from an ATM security camera is blurry but shows that the perpetrator is a tall male, at least 6'. CLUE: Found a wallet believed to belong to the killer: no ID, just loose change, and membership cards for Rotary_Club, Delta SkyMiles, the local library, and the Museum of Bash History. The cards are totally untraceable and have no name, for some reason. CLUE: Questioned the barista at the local coffee shop. He said a woman left right before they heard the shots. The name on her latte was Annabel, she had blond spiky hair and a New Zealand accent. Annabel Sun F 26 Hart Place, line 40 Annabel Church F 38 Buckingham Place, line 179 Annabel Fuglsang M 40 Haley Street, line 176 SEE INTERVIEW #47246024 admin@i-041de987445489b6f:~/clmystery$ sed -n '40p' mystery/streets/Hart_Place >> mystery/note.txt
command-line-murders/i-041de987445489b6f
by SadServersMore by SadServers
admin@i-0b6eb0187d612752d:~$ mount /dev/nvme1 nvme1 nvme1n1 nvme1n1p1 admin@i-0b6eb0187d612752d:~$ mount /dev/nvme1 nvme1 nvme1n1 nvme1n1p1 admin@i-0b6eb0187d612752d:~$ mount /dev/nvme1n1p1 /new mount: /new: mount point does not exist. admin@i-0b6eb0187d612752d:~$ mkdir /new mkdir: cannot create directory ‘/new’: Permission denied admin@i-0b6eb0187d612752d:~$ sudo !! sudo mkdir /new admin@i-0b6eb0187d612752d:~$ mount /dev/nvme1n1p1 /new mount: /new: must be superuser to use mount. admin@i-0b6eb0187d612752d:~$ sudo !! sudo mount /dev/nvme1n1p1 /new admin@i-0b6eb0187d612752d:~$ rsync -aH /var/