Linux 命令提升效率 2023-05-16 #Linux #Shell 进入新创建的目录 mkdir new_dir cd $_ vim打开文件忘记sudo,导致保存不了 !:执行外部命令 tee:read from standard input and write to - standard output and files %:vim寄存器,保存当前编辑文件路径 :w !sudo tee % Read more