Linux command: sed sed - stream editor for filtering and transforming text Notes: sed and grep operate line-by-line Search and replace all my_ with his_ in file.txt file $ sed -i 's/my_/his_/g' file.txt Search and delete blank line $ sed -i 's/^$//' file.txt Labels Linux LPIC-1
GitHub CLI GitHub CLI brings GitHub to your terminal. Free and open source. Official website: https://cli.github.com Read more
GCP: Google Cloud Shell Google Cloud Shell is a tool for managing resources hosted on Google Cloud Platform! The machine comes pre-installed with the Google Cloud SDK and other popular developer tools. Read more