formatting change, 30 chars for path
This commit is contained in:
parent
e8ff2cf533
commit
f85c508160
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
find -name DIR_INFO -printf '%-40h: ' -exec head -1 {} \; | sort | cut -c 1-92
|
find -name DIR_INFO -printf '%-30h: ' -exec head -1 {} \; | sort | cut -c 1-92
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue