# Create a file in bash using EOF

Create the file in bash using EOF

```
cat << 'EOF' > path/dummyfile.txt
```

Test file

```
EOF
```
