[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add -f option to suppress warnings. #1

Merged
merged 1 commit into from
Jun 4, 2019
Merged

Add -f option to suppress warnings. #1

merged 1 commit into from
Jun 4, 2019

Conversation

higuoxing
Copy link
Collaborator

Add -f option for rm command, to suppress various warnings.

# Before:
rm: *.bak: No such file or directory
rm: *.bbl: No such file or directory
rm: *.dvi: No such file or directory
rm: *.blg: No such file or directory
rm: *.thm: No such file or directory
rm: *.lof: No such file or directory
rm: *.lol: No such file or directory
rm: *.lot: No such file or directory
rm: *.fdb_latexmk: No such file or directory
rm: *.synctex.gz: No such file or directory

# After:
# No warnings.

@wurahara wurahara merged commit 79e4ae0 into TouchFishPioneer:master Jun 4, 2019
@wurahara
Copy link
Member
wurahara commented Jun 4, 2019

Thanks for your PR.

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