Timeline for Is there a way to have ls show hidden files for only certain directories?
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 19, 2017 at 1:55 | comment | added | Jeff Schaller♦ | simply unalias ls, then define ls() { ... # body of ls_mod ... }, and replace the ls calls with command ls, to bypass the function name. | |
| Nov 24, 2017 at 14:41 | vote | accept | Jason K | ||
| Nov 24, 2017 at 3:57 | comment | added | John Moon | @JeffSchaller, what do you mean? Does ls have a built-in function capability? I can't find any info about it. Thanks! | |
| Nov 24, 2017 at 3:27 | comment | added | Jeff Schaller♦ | Why not go straight for an ls function? | |
| Nov 23, 2017 at 18:31 | history | answered | John Moon | CC BY-SA 3.0 |