The above code does what I want, but let's say that I also want to do an inline-edit of all of the files in my current directory. What could I add to the above code to accomplish this, as well? I really would like to do this with wildcards. Thanks!perl -pi -e 's/mike/meathead/ig' */*
In reply to simple command-line question by Jules_Verne
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |