Sponsored Content
Top Forums Shell Programming and Scripting How to "view" time stamp of a file which is zipped? Post 302925529 by sidnow on Monday 17th of November 2014 06:29:19 PM
Old 11-17-2014
How to "view" time stamp of a file which is zipped?

Hi

I have a zipped file with extension .gz

It contains just one file which is zipped . What is the command to view the timestamp of that file. I Don't want to unzip the file
 

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

add seconds to: date"|"time"|"HHMMSS

Hey all, I have a shell that invokes a AWK. In this AWK i want invoke a function that receives 3 parameters: date: 20080831 time: 235901 duration: 00023 that function receive this 3 parameters and sum to this value two more seconds: 2008083123590100025 Remember that in case that... (3 Replies)
Discussion started by: anaconga
3 Replies

2. Shell Programming and Scripting

How to remove "New line characters" and "spaces" at a time

Dear friends, following is the output of a script from which I want to remove spaces and new-line characters. Example:- Line1 abcdefghijklmnopqrstuvwxyz Line2 mnopqrstuvwxyzabcdefghijkl Line3 opqrstuvwxyzabcdefdefg Here in above example, at every starting line there is a “tab” &... (4 Replies)
Discussion started by: anushree.a
4 Replies

3. Shell Programming and Scripting

Need to parse file "x" lines at a time ... awk array?

I have files that store multiple data points for the same device "vertically" and include multiple devices. It repeats a consistant pattern of lines where for each line: Column 1 is a common number for the entire file and all devices in that file Column 2 is a unique device number Column 3 is... (7 Replies)
Discussion started by: STN
7 Replies

4. Shell Programming and Scripting

"Time" command and save result in a file.txt

Hi, I'am using "time" to check execution time of some script. Is there any possibility to save time command result into a file ? (2 Replies)
Discussion started by: Physix
2 Replies

5. Shell Programming and Scripting

Command to view full data "export MAESTRO_OUTPUT_STYLE=LONG"

Hi, Always when I login to Unix, I need to give the following command to view the data properly; export MAESTRO_OUTPUT_STYLE=LONG The reason is that by default the settings export MAESTRO_OUTPUT_STYLE=SHORT Please let me know how I could make LONG as the default and avoid giving the... (1 Reply)
Discussion started by: jmathew99
1 Replies

6. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

7. UNIX for Dummies Questions & Answers

Using "mailx" command to read "to" and "cc" email addreses from input file

How to use "mailx" command to do e-mail reading the input file containing email address, where column 1 has name and column 2 containing “To” e-mail address and column 3 contains “cc” e-mail address to include with same email. Sample input file, email.txt Below is an sample code where... (2 Replies)
Discussion started by: asjaiswal
2 Replies

8. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies
FONTYPYTHON(1)															    FONTYPYTHON(1)

NAME
fontypython - Find, view and manage font files of all kinds. SYNOPSIS
fontypython [OPTIONS]... [VIEW]... [TARGET]... DESCRIPTION
fontypython is a GUI utility written in Python and WxPython that will help you do font stuff on GNU/Linux system. You can quickly view and filter arbitrary* TTF, TTC, OTF or Type1 font files and then gather them together into 'Pogs' which can be installed or removed as needed. In this way you control which fonts are installed on a per-project basis. If you have gucharmap or kfontview installed, (there is an option in Settings to choose which one) you can view any font's character maps etc. *Arbitrary means you can see and/or use any fonts in a local directory (or a mount). They do not need to be installed on your system. OPTIONS
VIEW A place where fonts are. A Pog or a folder someplace. TARGET A "Pog". A place to keep those fonts (just references to them). OPTIONS Below are the various command-line options. You don't need to use them, but they are handy. The program will run as a GUI if you only invoke 'fontypython'. -e, --examples Show some %$@#$ examples! -l, --list List the names of all the Pogs. -i Pog, --install=Pog Install the fonts in this Pog to your fonts folder. -u Pog, --uninstall=Pog Uninstall the fonts in this Pog. -p Pog, --purge=Pog Purge the Pog of font files that are no longer really there. -s num, --size=num Set a new default point size. -n num, --number=num Set a new default for how many fonts to view at one go. Don't overdo this. -c folder --check=folder Check for bad fonts that crash the program. It will recurse through sub-folders. This will build a file: ~/.fontypython/segfonts After using this tool you should be able to browse safely. (The reason it's not done by default is that it's very slow.) NOTE: The fonts that crash the program are probably still perfectly good and can be used in other apps. -a folder Pog, --all=folder Pog Puts all fonts in this folder into the Pog. If the Pog already exists, it will add only *new* fonts, this means fonts are not repeated in that Pog. -A folder Pog, --all-recurse=folder Pog Puts all fonts in this folder and *all* sub-folders into the Pog. Rest same as -a. -z Pog, --zip=Pog All the fonts inside Pog will be zipped and the zipfile will be named after the Pog. The file will be placed in the current direc- tory. --version Show program's version number and exit. -h, --help Show help message and exit. SEE ALSO
Homepage: <https://savannah.nongnu.org/projects/fontypython> AUTHOR
fontypython was written by Donn.C.Ingle <donn.ingle@gmail.com>. This manual page was updated by Donn Ingle in October 2009. It was originally written by Kartik Mistry <kartik@debian.org>, for the Debian project (but may be used by others). 2009-09-28 FONTYPYTHON(1)
All times are GMT -4. The time now is 10:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy