What's your most-used terminal trick nobody taught you?

If you just created a directory or moved a file and now want to interact with that same file/path, don’t type it out again. Use Alt +

  1. mkdir /var/www/html/my_new_project
  2. Type cd and then hit Alt +
1 Like