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

"lbzcat a.bz2 > a" is much slower than "lbzcat a.bz2 >! a" #29

Open
jjqq2013 opened this issue Dec 27, 2019 · 0 comments
Open

"lbzcat a.bz2 > a" is much slower than "lbzcat a.bz2 >! a" #29

jjqq2013 opened this issue Dec 27, 2019 · 0 comments

Comments

@jjqq2013
Copy link

jjqq2013 commented Dec 27, 2019

I found an interesting thing,

if a file a does already exist,
then

lbzcat a.bz2 > a
is much much slower than
lbzcat a.bz2 >! a
and
rm -f a; lbzcat a.bz2 > a

Why?

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

No branches or pull requests

1 participant