Last active
January 22, 2020 16:21
-
-
Save 2KAbhishek/37e3e2ca001030765b83494c3d84ecbe to your computer and use it in GitHub Desktop.
Replace part of last command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Quick Substitution | |
^string1^string2 | |
# Global Substitution | |
!!:gs/string1/string2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment