simona70
simona70
yes, but it's an annoying thing :-) I'd like to switch from one driver to another in a "transparent" way without having to change the contents of the disc from...
find -t lwas not ok.... find: predicato unknown "-t" --------------------------------------------------------------------------------------------------------------------------------------- Simona Il giorno dom 18 lug 2021 alle ore 13:13 Francesco ***@***.***> ha scritto: > If you wanted to "convert"...
Thanks, this is ok, it gives me a very long list of link. You know if exist a way to have this list with link and linked folder? --------------------------------------------------------------------------------------------------------------------------------------- Simona...
I did this... find . -type l -printf 'ln -s "%l" "%p"\n' helping me looking around --------------------------------------------------------------------------------------------------------------------------------------- Simona Il giorno lun 19 lug 2021 alle ore 11:35 Francesco ***@***.***> ha...
make_recreate_links () { echo "#!/bin/bash" > recreate_links.sh find . #-maxdepth 1 find . -type l -printf 'ln -s "%l" "%p"\n' >> recreate_links.sh chmod +x recreate_links.sh } do you think it...
make_recreate_links () { echo "#!/bin/bash" > recreate_links.sh find . #-maxdepth 1 find . -type l -printf 'ln -s -f -v "%l" "%p"\n' >> recreate_links.sh chmod +x recreate_links.sh } --------------------------------------------------------------------------------------------------------------------------------------- Simona...
yes. thx. a way to "read" absolute path? --------------------------------------------------------------------------------------------------------------------------------------- Simona Il giorno lun 19 lug 2021 alle ore 18:29 Francesco ***@***.***> ha scritto: > That should be fine, as long...
With / do not give only links for this only mounted partition but entire system --------------------------------------------------------------------------------------------------------------------------------------- Simona Il giorno lun 19 lug 2021 alle ore 23:04 Francesco ***@***.***> ha scritto:...
the same problem
Thxs :-) --------------------------------------------------------------------------------------------------------------------------------------- Simona Il giorno lun 2 nov 2020 alle ore 12:45 Claudio Bley < [email protected]> ha scritto: > Currently, there is no support for LS_COLORS. I developed >...