去掉空白行
-
有非空白以外的字元才處理
awk NF <file>
-
有空白字元也算空白行
awk /./ <file>
使用 password 登入 SSH
sudo sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/' /etc/ssh/sshd_config
sudo systemctl restart sshd.service
用 fd 替代 find
sudo apt install fd-find; ln -s $(which fdfind) ~/.local/bin/fd
使用 awk 命令去掉文字檔中的空行
在處理文字檔時,有時候需要將空白行去掉。這時候,可以利用 awk
來處理。
讓 Chrome 使用不安全的 port
chrome.exe --explicitly-allowed-ports=111,88,8080