Create text file into Local Drive
Last answer on Apr 7, 2009 11:30:41 am BST Jo, on Apr 7, 2009 4:37:56 am BSTHi All, I am new in Shell Script. I have a ksh script running in the Unix Server and basically in that script I need to create a text file but the text file has to be generated in the local PC (the user computer such as in C:\ drive). I have no idea on how to do it and I need it pretty urgently. Thanks a lot for your help.
Best answers for « Create text file into Local Drive » in :
Writing in batch in text file ShowWriting in batch in text file
To write in a file text, you just have to use a redirect:
echo text > output_file.txt
To write in an existing file:
echo " Write at the end of the file ">> output_file.txt
[Linux]Cutting a file into several parts Show[Linux]Cutting a file into several parts
Linux is full of utility tools allowing you to manipulate files. There is a very handy tool to split a file into several parts (for example to carry data on low capacity media).
The split...
Assembling multiple PDF files ShowAssembling multiple PDF files
Intro
Steps:
Intro
PDF creator is a software allowing you to print several files into one with its printer function.
Download link http://en.kioskea.net/telecharger/telecharger-40-pdf...
Creating a LAN ShowWhy set up a LAN?
If you have several computers, it may be worthwhile to connect them in order to create a local area network (LAN). Setting up such a network is much less expensive than what you might think. Here are a few ways you might benefit...
HTML forms ShowForms
Interactive forms let web page authors give their pages interactive elements, such as for receiving messages from their readers, much like the reply cards found in some magazines. The reader enters information by filling in fields or clicking...
Operating Systems - MS-DOS - Tips ShowSetting the CD-ROM drive
The CD-ROM drive is configured in the config.sys and autoexec.bat system
files. The CD-ROM drive device driver must be configured in the config.sys file (even if the device is
automatically detected in Windows). To do...
Hi,
|

