Skip to main content

New answers tagged

1 vote

How to split a file and compress directly?

I'm adding this answer because I used a different one-liner than Peter's to get the same result, but a lot faster. This one splits the file and then calls gzip through the parallel utility to compress ...
Gamal Abdulsalam's user avatar
1 vote

tar -xvf error "Can't restore time" when trying to extract in certain directories on mac osx but works in others

I encountered this issue today. I conducted some research and found the following results. If an archive (such as an OpenJDK release) contains a ./ entry, during decompression, tar will restore its ...
Runbing's user avatar
  • 13
0 votes

Force SSH to use a specific shell

Not strictly answering your question, you can run any shell/command you want for an SSH session with fish shell (the default for CachyOS) by updating your ~/.config/fish/config.fish with something ...
ATorras's user avatar
  • 111

Top 50 recent answers are included