rm parameter -rf unknow error #5436

Closed
opened 2026-01-31 00:13:14 +00:00 by claunia · 2 comments
Owner

Originally created by @TaoWolf on GitHub (Dec 6, 2019).

image

Originally created by @TaoWolf on GitHub (Dec 6, 2019). ![image](https://user-images.githubusercontent.com/16403888/70333943-6f926600-187f-11ea-962a-7f5fd6b78cdd.png)
Author
Owner

@zadjii-msft commented on GitHub (Dec 6, 2019):

I don't think that -r or -f are arguments that are accepted by the powershell command Remove-Item, which is aliased to rm in powershell. You're probably thinking of the linux command rm which does the same thing, but has different parameters.

I'd try rm -recurse -force kkk.

@zadjii-msft commented on GitHub (Dec 6, 2019): I don't think that `-r` or `-f` are arguments that are accepted by the powershell command `Remove-Item`, which is aliased to `rm` in powershell. You're probably thinking of the linux command `rm` which does the same thing, but has different parameters. I'd try `rm -recurse -force kkk`.
Author
Owner

@ghost commented on GitHub (Dec 10, 2019):

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.

@ghost commented on GitHub (Dec 10, 2019): This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **4 days**. It will be closed if no further activity occurs **within 3 days of this comment**.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#5436