Мануалы и справочники Общие команды
~

Команда ~: опции, ключи и примеры использования

Tilde

Expand to a directory. More information: https://gnu.org/software/bash/manual/bash.html#Tilde-Expansion.

  • List the current user's home directory contents:

ls ~

  • List the home directory contents of another user:

ls ~{{username}}

  • List the contents of the previous directory you were in:

ls ~-

Изображение Выучи 10 хороших привычек для работы в UNIX от IBM