
```python import glob for f in glob.glob('metadata/*/*.txt'): with open(f) as fp: data = fp.read() with open(f, 'w') as fp: fp.write(data.rstrip()) fp.write('\n') ``` for f in metadata/*/short_description.txt; do data=`cat $f`; echo $data > $f; done
2 lines
50 B
Plaintext
2 lines
50 B
Plaintext
L'app store che rispetta la libertà e la privacy
|