POSIX equivalent of `rmdir --ignore-fail-on-non-empty`
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
Question
On Linux, how do I make POSIX equivalent of:
rmdir --ignore-fail-on-non-empty SomeDir
Progress
rmdir SomeDir 2> /dev/null || true
I am unsure if this is the correct solution?
directory rm posix
add a comment |Â
up vote
0
down vote
favorite
Question
On Linux, how do I make POSIX equivalent of:
rmdir --ignore-fail-on-non-empty SomeDir
Progress
rmdir SomeDir 2> /dev/null || true
I am unsure if this is the correct solution?
directory rm posix
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Question
On Linux, how do I make POSIX equivalent of:
rmdir --ignore-fail-on-non-empty SomeDir
Progress
rmdir SomeDir 2> /dev/null || true
I am unsure if this is the correct solution?
directory rm posix
Question
On Linux, how do I make POSIX equivalent of:
rmdir --ignore-fail-on-non-empty SomeDir
Progress
rmdir SomeDir 2> /dev/null || true
I am unsure if this is the correct solution?
directory rm posix
directory rm posix
asked 11 mins ago
Vlastimil
6,9251151124
6,9251151124
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Â
draft saved
draft discarded
Â
draft saved
draft discarded
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f476188%2fposix-equivalent-of-rmdir-ignore-fail-on-non-empty%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password