Linux help
Closed
Bugz
-
Feb 9, 2009 at 11:34 AM
lami20j Posts 21644 Status Moderator, Security contributor - Feb 14, 2009 at 03:35 PM
lami20j Posts 21644 Status Moderator, Security contributor - Feb 14, 2009 at 03:35 PM
Related:
- Linux help
- Kali linux iso download - Download - Linux
- X videoservicethief linux ubuntu free - Download - Video downloads
- Nasm linux - Guide
- Linux install tar.gz - Guide
- Linux ubuntu iso - Download - Linux
1 response
Hi,
Like this?!
You must use Here Documents of shell. You can look Here Documents in man bash.
Like this?!
lami20j@debian:~/trash$ cat <<END >file.txt > i no that i can use " cat >> Filename" to create the file and to place data in it. > but i cant seem to close it and then be able to format that data all in one srcipt > END lami20j@debian:~/trash$ cat file.txt i no that i can use " cat >> Filename" to create the file and to place data in it. but i cant seem to close it and then be able to format that data all in one srcipt
You must use Here Documents of shell. You can look Here Documents in man bash.