Horje
shell write multiple lines to file Code Example
shell write multiple lines to file
#!/bin/bash

cat > /path/to/myfile <<EOL
write whatever youwant
with multiple lines
... 
EOL




Shell

Related
copy file from local to s3 bucket aws cli Code Example copy file from local to s3 bucket aws cli Code Example
how to start docker Code Example how to start docker Code Example
How to restart MongoDB in Linux Code Example How to restart MongoDB in Linux Code Example
how to uninstall vpython Code Example how to uninstall vpython Code Example
locale-gen fa_IR.UTF-8 ubuntu Code Example locale-gen fa_IR.UTF-8 ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
15