diff --git a/ls_mods/ls-hidden.nu b/ls_mods/ls-hidden.nu new file mode 100644 index 0000000..529cb84 --- /dev/null +++ b/ls_mods/ls-hidden.nu @@ -0,0 +1 @@ +ls -a | where | { each { echo $it.name | str starts-with '.'} } \ No newline at end of file