Comments on: 10 ‘rm’ Command Examples for Linux Beginners https://www.linuxtechi.com/rm-command-examples-for-beginners/ Sun, 13 Sep 2020 17:15:56 +0000 hourly 1 By: Everaldo MENOUT https://www.linuxtechi.com/rm-command-examples-for-beginners/#comment-416 Mon, 04 Apr 2016 11:00:28 +0000 http://www.linuxtechi.com/?p=3862#comment-416 This “rm — -store” can be “rm — -store”

]]>
By: Stack https://www.linuxtechi.com/rm-command-examples-for-beginners/#comment-415 Wed, 30 Mar 2016 20:12:31 +0000 http://www.linuxtechi.com/?p=3862#comment-415 Instead of:
$ find ~/linux_store/ -type f -exec rm {} ;
use:
$ find ~/linux_store/ -type f -delete

]]>