Assim, através de digitação vários comandos Descobri que há não só ls
, mas l
e la
muito. Não parece haver nenhuma man
entrada no Ubuntu 12.14. Todos eles parecem fazer coisas semelhantes com pequenas diferenças:
$ ls
app config CONTRIBUTING.md doc Gemfile Guardfile LICENSE MAINTENANCE.md Procfile Rakefile script tmp VERSION
CHANGELOG config.ru db features Gemfile.lock lib log PROCESS.md public README.md spec vendor
$ la
app CHANGELOG config.ru db features Gemfile .git Guardfile LICENSE MAINTENANCE.md Procfile Rakefile .rspec .secret spec .travis.yml VERSION
.bundle config CONTRIBUTING.md doc .foreman Gemfile.lock .gitignore lib log PROCESS.md public README.md script .simplecov tmp vendor
$ l
app/ config/ CONTRIBUTING.md doc/ Gemfile Guardfile LICENSE MAINTENANCE.md Procfile Rakefile script/ tmp/ VERSION
CHANGELOG config.ru db/ features/ Gemfile.lock lib/ log/ PROCESS.md public/ README.md spec/ vendor/
Assim como um pouco de trivialidades, existem mais e o que elas fazem? Existe algum lugar para descobrir isso? Infelizmente, o google pesquisando esses comandos é ignorado porque são muito curtos.
\ls
. Entendo que isso signifique que todos seriam apelidos ls
então?
la
oul
comandos. Experimente\la
e\l
para contornar eventuais nomes.