Ainsi, grâce à plusieurs commandes de frappe que j'ai trouvé qu'il n'y a pas seulement ls
, mais l
et la
aussi. Il ne semble pas y avoir d' man
entrées sur Ubuntu 12.14. Ils semblent tous faire des choses similaires avec des différences mineures:
$ 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/
Juste comme un petit anecdote, y en a-t-il plus et que font-ils? Y a-t-il un endroit pour le savoir? Malheureusement, Google recherche ces commandes est ignoré car elles sont si courtes.
\ls
. Je suppose que cela signifie qu'ils seraient tous des alias d' ls
alors?
la
oul
. Essayez\la
et\l
aux alias de contournement possible.