Beispiel:
Code: Select all
/daten/datei3.txt
/daten/datei2.txt
/daten/Verzeichnis/datei1.txt -> /daten/datei3.txt
Code: Select all
/daten/datei2.txt
find -links 0 -maxdepth 1 -type f
Gibt aber nichts zurück:
Code: Select all
#> find -links 0 -maxdepth 1 -type f
#>