M526244 的评论
发布 | 时间 | 评论 |
---|---|---|
Shell script to filter gpx tracks before uploading | Hello. Thank you for sharing this script. However, doesn't the sed pipe near the
If not, would this be simpler? sed '/^.*$/d "tmpfile" >$2 Also a warning: the mktemp command is creating temporay files which are not
|