- Create a file called
x - Create a directory called
content - Move
xfile to thecontentdirectory - Create a file insidethe
contentdirectory calledy - Create the following directory structure in
contentdirectory:dir1/dir2/dir3 - Remove the content directory
touch x
mkdir content
mv x content
touch content/y
mkdir -p content/dir1/dir2/dir3
rm -rf content