##############################################################################
# Python From Scratch
# Autor: Nilo Ney Coutinho Menezes
# Editora Novatec (c) 2010-2024
# Site: https://pythonfromscratch.com
#
# File: listing\chapter 09\09.1359 - No Title.py
# Description: No Title
##############################################################################
nilo@tlinux:~$ cd father/son
nilo@tlinux:~/father/son$ echo "print('Created by echo')" > test.py
nilo@tlinux:~/father/son$ cat test.py
print('Created by echo')