Replacement of -d in xargs for MacOS

As we all know -d will not work in macOS. Also, placeholder % will not work in macOS. Look at the following command which uses xargs in Ubuntu The above command will give the following error if you execute in…

As we all know -d will not work in macOS. Also, placeholder % will not work in macOS. Look at the following command which uses xargs in Ubuntu The above command will give the following error if you execute in…

First, unlink the version you want using the following command Then link your desired version using the following command brew link php@7.4 Ref:
Recently I got the following error on my Mac Terminal when I tried svn command. svn: error: The subversion command line tools are no longer provided by Xcode. To fix this, run following commands: sudo rm -rf /Library/Developer/CommandLineTools xcode-select…
You will need SCP installed on your system. Run the following command from your terminal scp -r username@host:/path/to/folder /Destination/path/of/local/machine/ If you access the server via pem key, then command will be scp -r -i username@host:/path/to/folder /Destination/path/of/local/machine/ That’s it.
Video for who doesn’t like to read ;). And if you like the video then subscribe my channel and share this with others who has the same issue. Recently I came across this below error when I tried to run…