Created
September 2, 2020 08:28
-
-
Save jayendra13/8e669d7603eaccdc5ef0da04ad228653 to your computer and use it in GitHub Desktop.
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
# Replace String to int at line 33 | |
:33 s/String/int/ | |
# Replace String to int from line 33 to 40 | |
:33,40 s/String/int/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment