To delete files without the confirmation prompt, use the -f flag with the rm command. The -f stands for force or forcibly. rm -f filename1 ...
確定! 回上一頁