Lines Matching refs:share
9206 files share the same data blocks as long as they remain unmodified.
10871 original are indistinguishable. Technically speaking, they share the
12794 In file systems that use copy-on-write, if two distinct files share
14959 realpath /usr/bin/sort /tmp/foo /usr/share/dict/words 1.txt
14962 @result{} /usr/share/dict/american-english
14973 /usr/bin/sort /tmp/foo /usr/share/dict/words 1.txt
14976 @result{} ../share/dict/american-english
14988 /usr/bin/sort /tmp/foo /usr/share/dict/words 1.txt
14991 @result{} share/dict/american-english
15004 /usr/bin/sort /tmp/foo /usr/share/dict/words 1.txt
15007 @result{} ../share/dict/american-english
20012 The conventional location for a dictionary is @file{/usr/share/dict/words}.
20025 @file{/usr/share/dict/words} is not sorted the way that @command{sort}
20030 $ sort /usr/share/dict/words > sorted-words