index
:
photo-utils
this commit
main
Photo collection management scripts
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
filter-duplicates
blob: 81ed2caab106b6bb6e792aee87bdcb749c3d5f78 (
plain
)
1
2
3
4
5
#! /bin/sh
while
read
line
;
do
echo
$line
|
tr
' '
'\n'
|
nsxiv
-io
done