Skip to main content
1 of 3

giving grep output to rm

i'm trying to pipe grep output to rm, but it outputs useless stuffz...any switch in rm is required ? or rm can be provided regexp directly? `$ls|grep '^Dar' |rm $try rm --help``