例として、文字列を検索して置き換えたり。右側は perl
使ってるけど sed
とかでもいいかと。
ag -als '<found>' | xargs perl -pi -e 's/<found>/<replaced>/g'
Go to list of users who liked
More than 5 years have passed since last update.
例として、文字列を検索して置き換えたり。右側は perl
使ってるけど sed
とかでもいいかと。
ag -als '<found>' | xargs perl -pi -e 's/<found>/<replaced>/g'
Register as a new user and use Qiita more conveniently
Go to list of users who liked