mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
added -f option when removing logs to avoid warning msg when cleaning
This commit is contained in:
@ -3,4 +3,4 @@
|
|||||||
# Clean time folders only
|
# Clean time folders only
|
||||||
|
|
||||||
rm -rf *[1-9]*
|
rm -rf *[1-9]*
|
||||||
rm log.*
|
rm -f log.*
|
||||||
|
|||||||
@ -3,4 +3,4 @@
|
|||||||
# Clean time folders only
|
# Clean time folders only
|
||||||
|
|
||||||
rm -rf *[1-9]*
|
rm -rf *[1-9]*
|
||||||
rm log.*
|
rm -f log.*
|
||||||
|
|||||||
Reference in New Issue
Block a user