Replace all apple to orange by Perl one liner on Linux.
find * | xargs perl -pi -e 's/apple/orange/g';
We're a place where coders share, stay up-to-date and grow their careers.
Replace all apple to orange by Perl one liner on Linux.
find * | xargs perl -pi -e 's/apple/orange/g';
For further actions, you may consider blocking this person and/or reporting abuse
Bruno -
Sneh Chauhan -
Lucas Perez -
Vadim Filimonov -
Once suspended, yukikimoto will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, yukikimoto will be able to comment and publish posts again.
Once unpublished, all posts by yukikimoto will become hidden and only accessible to themselves.
If yukikimoto is not suspended, they can still re-publish their posts from their dashboard.
Discussion (0)