This website works better with JavaScript.
Explore
Help
Register
Sign In
KK_Mirocod
/
LinuxScript
Watch
1
Star
0
Fork
You've already forked LinuxScript
0
Wiki
Issues
Projects
Code
Pull Requests
Releases
Activity
Скрипты для Linux
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48
Commits
1
Branch
0
Tags
230 KiB
Shell
100%
Tree:
6519e4857d
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '6519e4857d'
${ noResults }
LinuxScript
/
Script
/
archive_each_file_into_sepa...
4 lines
90 B
Raw
Blame
History
#!/bin/bash
find . -mindepth
1
-maxdepth
1
-type f -exec tar -cvzf
'out/{}.tgz'
'{}'
\;
Reference in new issue
Copy Permalink