New answers tagged bash
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 ...
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 ...
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 ...
Top 50 recent answers are included
Related Tags
bash × 3578linux × 1334
shell × 440
scripting × 398
ssh × 325
shell-scripting × 259
ubuntu × 249
cron × 190
command-line-interface × 160
unix × 156
centos × 143
debian × 107
sed × 86
sudo × 74
rsync × 70
grep × 70
bashrc × 68
backup × 63
awk × 63
mysql × 62
redhat × 60
find × 60
php × 59
mac-osx × 54
python × 49