How do I find and replace every occurrence of:
subdomainA.example.com
with
subdomainB.example.com
in every text file under the /home/www/
directory tree recursively?
Related Posts:
- How to grep for case insensitive string in a file?
- How can I use “:” as an AWK field separator?
- How to remove double-quotes in jq output for parsing json files in bash?
- Using SED with wildcard
- Error when using ‘sed’ with ‘find’ command on OS X: “invalid command code .”
- How do I pause my shell script for a second before continuing?
- Cp: target is not a directory
- How to create a file in Linux from terminal window? [closed]
- In the shell, what does ” 2>&1 ” mean?
- What is the preferred Bash shebang?
- How to compare strings in Bash
- How to decode Seagate’s hard drive date code in a Bash script
- What does export PS1=”\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$ ” mean in MacOS’ bash Terminal?
- How do I use a regex in a shell script?
- How do I parse command line arguments in Bash?
- How do I execute a bash script in Terminal?
- How to make “if not true condition”?
- Multi-line string with extra space (preserved indentation)
- Bash script and /bin/bash^M: bad interpreter: No such file or directory
- An “and” operator for an “if” statement in Bash
- ‘\r’: command not found – .bashrc / .bash_profile [duplicate]
- Echo newline in Bash prints literal \n
- Echo newline in Bash prints literal \n
- An “and” operator for an “if” statement in Bash
- “while :” vs. “while true” [duplicate]
- “sed” command in bash
- How can I declare and use Boolean variables in a shell script?
- What is the meaning of 2 in 2> /dev/null
- How to reload .bash_profile from the command line?
- What is the purpose of “&&” in a shell command?
- Replace one substring for another string in shell script
- Parsing JSON with Unix tools
- Bash scripting missing ‘]’
- Cannot use mkdir in home directory: permission denied (Linux Lubuntu)
- Using find command in bash script
- Return value in a Bash function
- Emulating a do-while loop in Bash
- How can I count all the lines of code in a directory recursively?
- How can I kill a process by name instead of PID, on Linux?
- How to change the output color of echo in Linux
- How to remove the quotes when reading a variable in jq in shell?
- Delete all local git branches
- How can I get the source directory of a Bash script from within the script itself?
- cp: missing destination file operand after
- BASH Syntax error near unexpected token ‘done’
- bash assign default value
- What does -z mean in Bash?
- find: missing argument to -exec
- echo that outputs to stderr
- How to define hash tables in Bash?
- How to escape single quotes within single quoted strings
- Grep ‘binary file matches’. How to get normal grep output?
- What is cp: cannot stat error in Unix, I get this error when trying to copy thing from one folder to another
- Simple logical operators in Bash
- Bash if statement with multiple conditions throws an error
- Laravel PHP Command Not Found
- Getting an “ambiguous redirect” error
- Bash syntax error: unexpected end of file
- How to convert a string to lower case in Bash?
- Binary Data Posting with curl
- Difference between return and exit in Bash functions
- How to modify a global variable within a function in bash?
- How to modify a global variable within a function in bash?
- How do I automatically restart a Minecraft Spigot server in the event of a crash or /stop when using screen?
- RE error: illegal byte sequence on Mac OS X
- How do I remove the file suffix and path portion from a path string in Bash?
- Sorting data based on second column of a file
- sed command with -i option failing on Mac, but works on Linux
- How do I add a newline using printf?
- zip error – Nothing to do
- What is the difference between sed and awk?
- How to remove last n characters from a string in Bash?
- How can I check if a program exists from a Bash script?
- Bash command to sum a column of numbers
- Meaning of “[: too many arguments” error from if [] (square brackets)
- Is there anything in Zsh like .bash_profile?
- How to split one string into multiple strings separated by at least one space in bash shell?
- Running programs in parallel using xargs
- “Error installing rails” because “extconf.rb failed” on Ubuntu 18.04
- How to output a multiline string in Bash?
- Make a Bash alias that takes a parameter?
- Copy multiple files from one directory to another from Linux shell
- Shell script not running, command not found
- How to ssh from within a bash script?
- curl: no URL specified for restful api
- Running bash script from within python
- How to run C program on Mac OS X using Terminal?
- bash : cd : too many arguments
- Bash mkdir and subfolders
- How to open Emacs inside Bash
- bash which OR operator to use – pipe v double pipe
- Integer expression expected error in shell script
- How to swap text based on patterns at once with sed?
- How to determine if a bash variable is empty?
- How do I get the current Unix time in milliseconds in Bash?
- Check if array is empty in Bash
- Run an interactive bash subshell with initial commands without returning to the (“super”) shell immediately
- Clean way to write complex multi-line string to a variable
- How to make bash scripts print out every command before it executes?
- What does passing the -xe parameters to /bin/bash do