решил проблему:
function x0a {
for fl in [0-9]* ; do
if [ `tail -c1 "$fl" | xxd -ps` = "0a" ] ; then
head -c -1 "$fl" > tmp ; mv "tmp" "$fl" ; fi;
done
}-- ubuntu-ru mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-ru
