coreutils/src/ls
2017-11-13 21:34:40 -05:00
..
Cargo.toml pin dependencies 2017-07-15 15:16:09 -05:00
ls.rs Added a check to see if the input file/path that ls is run on when using -l or other long options, that if the path part ends with '/' then it does not show it as a soft-link if it is a soft-link but, instead shows the directory contents of the directory the soft-link points to - see https://github.com/uutils/coreutils/issues/1093 2017-11-13 21:34:40 -05:00
main.rs Adding skeleton of ls 2016-03-25 14:00:27 -07:00