Peter D. answered 06/20/15
Tutor
4.9
(112)
PhysicsPhD/MathBS -- 25 years of professional experience with Unix
Above dir "x x" containing file "u u"
find ./"x x" -type f -print > a
sed s/' '/'a'/g a > b
cat b
cat b
./xax/uau
in general in your home dir
du > a
grep ' ' a > b
cut -f2 b > c
sed s/' '/"' '"/g c > d
sed s/^/'find '/g d > e
sed s/$/' -type f -print '/g e > f
chmod u+x f
./f > g
sed s/' '/'a'/g g > h
cat h