Replace all apple to orange by Perl one liner on Linux.
find * | xargs perl -pi -e 's/apple/orange/g';
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
Jimmy McBride -
Anuchit Prasertsang -
CrabNebula -
Kanav Gathe -
Top comments (0)