Simply install [openssh][2], like so:
# on Arch:
sudo pacman -S opensshand try using [scp][1] again!
| @echo off | |
| :: Vars: | |
| SET filename=battery-report.html | |
| :: Generate the battery report file (in script's path): | |
| powercfg /batteryreport > nul | |
| :: Open the file (in the default browser): |
diff on outputs of two commandsdiff <(<first_command>) <(<second_command>)scp# Local -> Remote:
scp -r <local_path> <host>@<ip>:<remote_path>
# Remote -> Local:
scp -r <host>@<ip>:<remote_path> <local_path>It's a sneaky one (a typo), you need to use: umount instead!
Soo, after finding out about xargs I got this solution instead 😅:
tesseract OCR for any langauge on LinuxSimply replace <lang> with a valid language code!
sudo apt update -y
sudo apt upgrade -y| sed -i -e 's/\r$//' <name_of_file> |