nushell features

This commit is contained in:
Noah Masur
2020-07-19 19:48:03 -04:00
parent 58dd5371b1
commit 22d5131bca
2 changed files with 785 additions and 5 deletions

3
bin/symlinks Executable file
View File

@ -0,0 +1,3 @@
#!/usr/local/bin/nu
ls -af | where type == Symlink | select name target