Sponsored Content
Full Discussion: script to save file
Special Forums UNIX Desktop Questions & Answers script to save file Post 302353562 by Corona688 on Tuesday 15th of September 2009 03:36:54 PM
Old 09-15-2009
Code:
./program-which-extracts-data < "$input_filename" | gzip > "${input_filename}$(date +%F)..gz"

 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Save cURL verbose output to file or do it like browser "save as.."

hi there ! i have exactly the same problem like this guy here https://www.unix.com/shell-programming-scripting/127668-getting-curl-output-verbose-file.html i am not able to save the curl verbose output.. the sollution in this thread (redirecting stderr to a file) does not work for me.... (0 Replies)
Discussion started by: crabmeat
0 Replies

2. Shell Programming and Scripting

Run a bash script, display on the screen and save all information in a file including error info

Hi all, How to: Run a bash script, display on the screen and save all information in a file including error information. For example: I have a bash script called test.sh now I want to run the test.sh and display the output on the screen and save the output including error info to a file. ... (1 Reply)
Discussion started by: Damon sine
1 Replies

3. Shell Programming and Scripting

open file and save as script

hi guys i have a problem with my file did not work as usual. The problem is i need to open the file and save as using same name and after that the file is work properly. Is it any shell script can do open the file and save as using same name..because i have thousand of file with the same problem (3 Replies)
Discussion started by: zulabc
3 Replies

4. Shell Programming and Scripting

Script to port a file from unix and save in windows

hi, when i finish running some scripts in unix...some csv file is getting generated...now im manually taking this csv file from this generated directory and using FTP, i'm importing to windows os and saving in a directory... please give me a script to automate this..so that i can add in my... (1 Reply)
Discussion started by: dll_fpga
1 Replies

5. Shell Programming and Scripting

Save output to file - inside a script ?

I'm using the following script to check cisco router health and I'd like to save output to a file, vty_runcmd.sh > /check/check-cisco-health script works and output is saved to a file. However using it in crontab file is created but output is not printed inside it. In crontab, */5 * * * *... (4 Replies)
Discussion started by: marmellata
4 Replies

6. Shell Programming and Scripting

Expect script brokes when Ping file save

Hi, For some reason I was needed to ping some URL and save the output to a file through Expect script, following is a very basic of that script, but it fails everytime. When I just copied the same 'ping' line to normal Terminal and run, it runs fine. Please, help. #!/bin/sh spawn ping -c 3... (1 Reply)
Discussion started by: santanu4ver
1 Replies

7. Shell Programming and Scripting

Opening a file in vi and automatically save and quit this file using shell script

Hi friends, In my shell script, I want to open a file using vi editor. After opening the file in vi, I want to save and quit this file automatically.... all through shell script. the code segment is: ------------------------------------------------------------ cd ~/netfpga/projects/scone/sw/... (2 Replies)
Discussion started by: sachinteotia
2 Replies

8. Shell Programming and Scripting

How to save the 'nmon' output to a text file with a script?

Hi all, I want to do an Unix Script to save the 'nmon' output on a text file and I don't know how to do it. I need a Script for each monitoring and also one to multiple monitorings. Thanks (6 Replies)
Discussion started by: Javi1990
6 Replies

9. Shell Programming and Scripting

Need Script to ZIP/SAVE & then DELETE Log file & send a mail conformation for any error

ENVIROMENT Linux: RHEL 6.4 Log Path: /usr/iplanet/servers/https-company/logs Log Format: user.log.03-15-2015 I have log4j log rotation enabled rotating files on a daily basis. The rotated logs are NOT compressed & are taking up too much space. I need a script that will run daily that... (1 Reply)
Discussion started by: admin_job_admin
1 Replies

10. Shell Programming and Scripting

Bash script - add/edit to file and save - sed?

I'm working on a script to execute a number of items. One being, editing particular files to add certain lines. I'm attempting to utilize sed, but, having issues when running from a bash script. Assistance is greatly appreciated. My example: sed -i '14 i\ # add these lines add these lines to... (5 Replies)
Discussion started by: Nvizn
5 Replies
genxlt(1)						      General Commands Manual							 genxlt(1)

NAME
genxlt - generate iconv translation tables SYNOPSIS
[output_filename] [input_filename] DESCRIPTION
generates a compiled, non-readable binary version of the iconv table that is suitable for use by iconv(1) and iconv(3C). If input_filename or output_filename is not supplied, standard input and/or standard output will be used. Since the output of is a binary, non-readable file, if the option is not used, the redirection symbol maybe used to redirect the standard output to a file. Options recognizes the following options: If this option is not selected, the data will be sent to standard output, from where it could be redirected to a file. creates tables that are in a prescribed format and which can be interpreted by the default conversion routines of iconv(3C). The input file has two columns, giving the filecode mapping between the two code sets. The entries are in hexadecimal. The input file must be formatted as two columns of hexadecimal digits. Characters in the first column are translated into the characters in the second column. Lines preceded with in the first column are ignored as comments on all lines except in the case of the following keywords: #Galley: and #What: In addition to the data, which defines the filecode mapping, a Galley character (see iconv(3C)) may also be defined for that particular conversion. This is done by adding the line to the beginning of the input file. The is any multi-byte character (see A What string (see what(1)), may also be defined in the input file using the entry This string may contain information like version number, type of conver- sion, etc., which are not used in any way for the conversions. Note that if the What string is defined, it should appear before the Galley definition. EXTERNAL INFLUENCES
Environment Variables provides a default value for the internationalization variables that are unset or null. If is unset or null, the default value of "C" (see lang(5)) is used. If any of the internationalization variables contains an invalid setting, will behave as if all internationalization variables are set to "C" (see environ(5)). If is set to a non-empty string value, it overrides the values of all the other internationalization variables. determines the locale that should be used to affect the format and contents of diagnostic messages written to standard error and informa- tive messages written to standard output. determines the location of message catalogues for the processing of International Code Set Support Single and multi-byte character code sets are supported. RETURN VALUE
The exit values are: Successful completion. Error condition occurred. EXAMPLES
This example compiles the iconv_input and puts the output binary in The following iconv statement uses the roma8=iso81 table to convert the data_file from code set to code set This is an example of the input_file: WARNINGS
Because will write over the existing table, it is wise to save the existing table into another file before using Warnings are not given for incorrect data in the input_file. You must have super-user privileges to install files in FILES
All tables must be installed in this directory. SEE ALSO
dmpxlt(1), iconv(1), iconv(3C). STANDARDS COMPLIANCE
tables genxlt(1)
All times are GMT -4. The time now is 05:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy