This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
coreutils
Watch
2
Star
0
Fork
You've already forked coreutils
0
mirror of
https://github.com/uutils/coreutils
synced
2024-12-18 00:53:25 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
75141f0382
coreutils
/
src
/
ls
History
Gerald E Butler
0268cf75cd
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
..
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