Nephi SzvobodaUTM default settings not working on MacBook Pro M1 Max 2021I was trying out UTM to have a virtualised version of MacOs on my Macbook to try out shell scripts and see what they do. I had the hardest…Jan 25, 2023Jan 25, 2023
Nephi SzvobodaWhat does the `tee` command do in bashThe tee command is used to read from standard input and write the output to both standard output and one or more files. It can be useful…Dec 31, 2022Dec 31, 2022
Nephi SzvobodaWhat does 2>&1 mean in shell scriptingIn the Unix/Linux shell, 2>&1 is a command that tells the shell to redirect standard error (stderr) to the same place as standard output…Dec 30, 2022Dec 30, 2022
Nephi Szvoboda“!#/bin/sh” what does this mean?While attempting to write an article to explain an automated bash script line by line I got hang up on one of the very first line…Dec 21, 2022Dec 21, 2022