/ Published in: Bash
Expand |
Embed | Plain Text
destination=./ anzahl=1 dateien=$(ls -St -w1 $destination | egrep "*" | sed -n -e '1,1p') for i in $dateien; do echo $destination$i; done
You need to login to post a comment.
destination=./ anzahl=1 dateien=$(ls -St -w1 $destination | egrep "*" | sed -n -e '1,1p') for i in $dateien; do echo $destination$i; done
You need to login to post a comment.