Holger Amann / Aug 06 2019

bash v1

mkdir -p /foo/bar/baz
echo hello > /foo/bar/baz/world.txt
cat /foo/bar/baz/world.txt