Search and Replace my file type in nested directory
for macOS: have to do sed -i ''
instead of sed -i
because it’s different by OS.
display the absolute path for files inside of the current working directory:
defines what you want to use as the input placeholder
this command will output the full path of the file passed to it
Xargs examples and Gotcha’s
use the -p
flag in order to prompt the user before running each command with each files.
This is the clearest video on the applications of xargs (watch for a review)
decrypting stenography cover images
the alias to use encrypt/decrypt program is stenog
if you want to specify the output directory you can do it with ending the command with:
full command to encrypt is
full command to decrypt is: