sed -i 's/hello/hello_world/g' somefile.txt
Code language: Arduino (arduino)
Check the arguments sed -i 's/hello/hello_world/g' *.txt
Code language: Arduino (arduino)
${variable//search/replace}
Code language: Arduino (arduino)
Java URL Encoder/Decoder Example - In this tutorial we will see how to URL encode/decode…
Show Multiple Examples in OpenAPI - OpenAPI (aka Swagger) Specifications has become a defecto standard…
Local WordPress using Docker - Running a local WordPress development environment is crucial for testing…
1. JWT Token Overview JSON Web Token (JWT) is an open standard defines a compact…
GraphQL Subscription provides a great way of building real-time API. In this tutorial we will…
1. Overview Spring Boot Webflux DynamoDB Integration tests - In this tutorial we will see…
View Comments
${variable//search/replace}
i want to replace abc as //abc
it means i want to comment the word in whole file
can u give me any suggestions please
Hi Viral ...
i have huge text file where in i want locate and delete whole record. What is the unix command fo r the same .
want to replace abc as //abc
it means i want to comment the word in whole file
Hi Viral,
I have a variable in java class name setNumVal it is initially 0.
I would like to change this value with 1234 using script file