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``
giving grep output to rm
CodeBladeRunner
- 693
- 1
- 5
- 5
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``