Remove tiddlywiki backup files from websupport
Remove tiddlywiki backup files from websupport
1
2
3
4
sftp linuxinuse.com@linuxinuse.com << EOF
rm web/tw/index.20200430.153755.html
exit
EOF
Take an advantage of ‘‘regular expressions’’
1
2
3
4
5
sftp linuxinuse.com@linuxinuse.com << EOF
rm web/tw/index.[0-9\.]*.html
exit
EOF
This post is licensed under CC BY 4.0 by the author.
