This website requires JavaScript.
Explore
Help
Sign In
ichthyo
/
LUMIERA.clone
Watch
1
Star
0
Fork
You've already forked LUMIERA.clone
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
c49c7b5fdd
LUMIERA.clone
/
admin
/
treeinfo.sh
3 lines
89 B
Bash
Raw
Normal View
History
Unescape
Escape
small script generating a description of the source tree
2007-06-21 03:16:27 +02:00
#!/bin/sh
formatting change, 30 chars for path
2007-08-23 05:00:26 +02:00
find -name DIR_INFO -printf
'%-30h: '
-exec head -1
{
}
\;
|
sort
|
cut -c 1-92
Reference in a new issue
Copy permalink