Tag: life hack

  • GNU Emacs: Shell Commands in Dired

    I especially like this example: $ uuencode ? ? > `?`.uu It shows how to use the file (name) passed to the shell command together with a prefix and/or a prefix on the command line. That’s not trivial, because around the “?” usually only whitespace is permitted to make the mechanism work. That’s a true…