Linux : echo 'task goes here' | cat - todo.txt > temp && mv temp todo.txt. or sed -i '1s/^/task goes here\n/' todo.txt.
確定! 回上一頁