Hacker News new | ask | show | jobs
by PeterHK 3231 days ago
Stuck in a broken remote session?

  <enter>
  ~.<enter>
want to use different command on last argument?

  less /path/to/some.file
  vim !$
piping and sudo

  sudo sh -c "my command | jq > meh.txt"