FG
💻 Software

Saying 'yes to all' using rm -i

Fresh7 days ago
Mar 15, 202673755 views
Confidence Score0%
0%

Problem

Say I wanted to make sure I'm removing the right files first, so I did something like: just to make sure that I'm okay with the files that I am removing. So this will ask me for each file. After a few files, suppose I realize it's exactly what I wanted to remove. Instead of ing and just doing , is …

Error Output

rm -i *

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Saying 'yes to all' using rm -i

Low Risk

Is there a way I can just say Yes to all? The answer is yes, using this code: v: show the list of files that have been removed R: remove directories and their contents recursively I: as per the recommendation above.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment