mirror of
https://github.com/Idnan/bash-guide.git
synced 2018-11-09 02:29:39 +01:00
Changed ls -al
to the more common ls -la
(#23)
This commit is contained in:
parent
911be8949e
commit
f5d4727522
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ ls option
|
|||
```
|
||||
Example:
|
||||
<pre>
|
||||
$ ls -al
|
||||
$ ls -la
|
||||
rwxr-xr-x 33 adnan staff 1122 Mar 27 18:44 .
|
||||
drwxrwxrwx 60 adnan staff 2040 Mar 21 15:06 ..
|
||||
-rw-r--r--@ 1 adnan staff 14340 Mar 23 15:05 .DS_Store
|
||||
|
|
Loading…
Reference in a new issue