Skip to content

Force quiet rm of tmp_file#32

Open
Naereen wants to merge 1 commit into
pindexis:masterfrom
Naereen:patch-1
Open

Force quiet rm of tmp_file#32
Naereen wants to merge 1 commit into
pindexis:masterfrom
Naereen:patch-1

Conversation

@Naereen

@Naereen Naereen commented Aug 8, 2017

Copy link
Copy Markdown

On my bash, and many others, rm is aliases to 'rm -vi' for safety reason, and there is no way to force rm to be quiet except to use '/bin/rm' explicitly.

On my bash, and many others, rm is aliases to 'rm -vi' for safety reason, and there is no way to force rm to be quiet except to use '/bin/rm' explicitly.
@Naereen

Naereen commented Dec 1, 2017

Copy link
Copy Markdown
Author

@pindexis any update?

@Naereen

Naereen commented Feb 26, 2018

Copy link
Copy Markdown
Author

@pindexis ?

@pindexis

Copy link
Copy Markdown
Owner

Ah sorry for the very late response.
I wonder if /bin/rm present in all major distributions?

@Naereen

Naereen commented Feb 27, 2018

Copy link
Copy Markdown
Author

Hi, no worries.
Don't use a binary like this to remove a file, there is a clean and Pythonic way to do that that works on all platforms.
Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants