Exporting text to a file

Discussion of programming on Linux, including shell scripting, perl, python, c/c++, mono, java. Whatever tickles your fancy.
Post Reply
azfar
Captain
Posts: 598
Joined: Tue Mar 23, 2004 1:16 am
Location: Karachi
Contact:

Exporting text to a file

Post by azfar »

I have an perl script which read the data from a log file and print the summary on screen. I want to export the all summary information into a file. How can I do this.
Azfar Hashmi
Email : azfarhashmi@hotmail.com
azfar
Captain
Posts: 598
Joined: Tue Mar 23, 2004 1:16 am
Location: Karachi
Contact:

Post by azfar »

Found the way use > to eport the text in a file
Azfar Hashmi
Email : azfarhashmi@hotmail.com
lambda
Major General
Posts: 3452
Joined: Tue May 27, 2003 7:04 pm
Location: Lahore
Contact:

Post by lambda »

that doesn't export data, that redirects it.
LinuxFreaK
Site Admin
Posts: 5132
Joined: Fri May 02, 2003 10:24 am
Location: Karachi
Contact:

Re:

Post by LinuxFreaK »

lambda wrote:that doesn't export data, that redirects it.
indeed
Farrukh Ahmed
Post Reply