Sponsored Content
Full Discussion: Date Stamp on new file
Top Forums Shell Programming and Scripting Date Stamp on new file Post 302088001 by lweegp on Friday 8th of September 2006 01:48:19 AM
Old 09-08-2006
hi thanks for the help. i get the date though (see below), but getting another error message:

mv: /usr/TRS/backup/TS*.20060908 not found

any advise? thanks again.


wee Smilie
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

File date and time stamp

I have to capture the creation date and time stamp for a file. The ls command doesn't list all the required information. I need year, month, day, hour, minute and second. Any ideas... (1 Reply)
Discussion started by: Xenon
1 Replies

2. Shell Programming and Scripting

creating a new file with date stamp

Hi, can any one tell me how to achieve this...I will input the path and file name and it should rename it to current date and time... this is what I tried... #! /usr/bin/sh set -x cd /info_stg/vul/Scripts TODAY_DATE_TIME=`date +%Y%m%d%H%M%S` IN_FILE_PATH=`cat file.txt | awk -F, '{... (2 Replies)
Discussion started by: mgirinath
2 Replies

3. UNIX for Dummies Questions & Answers

How to Zip the files from date Stamp to end date Stamp

Hi, I need to zip the list of files using from date Stamp to end date Stamp, How can I filter and make FromDate_EndDate.gzip? any idea? (1 Reply)
Discussion started by: redlotus72
1 Replies

4. Shell Programming and Scripting

copying a file without changing date stamp.

Hi, I am using the below copy command, to copy the file sbn to sbn1, cp sbn sbn1 but its changing the date stamp of file sbn1, but i dont want to change the date stamp of sbn1. Could you please help me out in this. (3 Replies)
Discussion started by: shivanete
3 Replies

5. UNIX for Dummies Questions & Answers

sed a file and maintain date stamp and permissions

I need to alter a file. I'm using sed then passing output to temp file then using touch -r to maintain the date but the permissions do not get preserved How can I sed a file and maintain date and permissions currently it's preserving the date but the permissions revert back to the... (3 Replies)
Discussion started by: andyatit
3 Replies

6. UNIX for Dummies Questions & Answers

ls -ltr for a future date/time stamp file

Hi When i do ls -ltr <file1> then it shows me the date and time of the file if - for whatever reason file has future date/time stamp then ls -ltr is not showing the time, it just shows only date part ... even if time is ahead by 2 hr than current time. suppose a file was copied from INDIA... (3 Replies)
Discussion started by: reldb
3 Replies

7. Shell Programming and Scripting

Set date and time stamp of one file to another

Hi I use "touch -t xxxxxxxx" command to set date/time stamp of a file. My requirement is to read the date/time stamp of a file and apply it to another file. Is there anyway to do it simple instead of manually taking date/stamp of first file? TIA Prvn (2 Replies)
Discussion started by: prvnrk
2 Replies

8. Shell Programming and Scripting

If(Condition) Rename a file with (Date+Time) Stamp

Hi! Please see our current script: #!/usr/bin/ksh if (egrep "This string is found in the log" /a01/bpm.log) then mailx -s "Error from log" me@email.com, him@email.com </a01/bpm.log fi To the above existing script, we need to add the following change: 1) After finding the string,... (7 Replies)
Discussion started by: atechcorp
7 Replies

9. Red Hat

Logrotate to delete file which has date stamp

Hello, can someone please suggest how to create an logrotate for this scenario. Need to delete all log file which are created more than 30 days ago, and all the log file have date stamp on it. I dont want to create a cron job for this task. here is the example -rw-r--r-- 1 tomcat tomcat ... (2 Replies)
Discussion started by: bobby320
2 Replies

10. UNIX for Beginners Questions & Answers

Adding Date Stamp To File Name With sed

trying to add a date stamp to the name of a file with sed. can't seem to comment out the date command so that sed does not only see it as a literal text string this is what I'm trying ls file.txt | sed 's/file.txt/file\/`date`\/.txt/g'but it's giving this file/`date`/.txtlooking for something... (1 Reply)
Discussion started by: jimmyf
1 Replies
cassette(1)						      General Commands Manual						       cassette(1)

Name
       cassette - data cassette image manipulator for xtrs TRS-80 emulator

Syntax
       cassette

Description
       To control the emulated cassette used by xtrs, a file called ".cassette.ctl" in the current directory keeps track of what file is currently
       "loaded" as the cassette tape and the current position within that file. The cassette shell script provides a way to manipulate this  file;
       typing  "help" at its prompt shows its commands. You may use this script to load and position cassette tape files. The operation works very
       much like an actual tape recorder.

       This manual page also describes the image formats that the emulator supports and their limitations.

Commands
       pos generates a status message including the filename being used as the cassette image and the current position within the image, in bytes.

       load [filename] changes the cassette image currently being used to the file specified, and resets the position counter to zero.

       type typename tells the emulator what type of image is loaded.  Usually this is detected from the file extension, but you can override  the
       detected value with this command.  The supported types are listed in the next section.

       rew [position] changes the position counter to the position specified.  If no position is given, the counter is reset to zero.

       ff [position] changes the position counter to the position specified.  If no position is given, the counter is set to the end of the file.

       quit exits the cassette shell script.

Types
       xtrs supports several different types of cassette images, each of which represents cassette data in a different format.

       cas  format  is	fairly	compact  and is compatible with other TRS-80 emulators that have cassette support.  This format represents the bit
       stream that (the emulator thinks) the TRS-80 cassette routines were trying to save to the tape, not the actual electrical  signals  on  the
       tape.

       On  writing,  the  emulator  monitors the values that the TRS-80 software is sending to the cassette port and their timing, auto-recognizes
       whether a 250-bps, 500-bps, or 1500-bps format is being written, decodes the signals into a string of 0 and 1 bits,  packs  the	bits  into
       bytes,  and writes them to the cas file.  On reading, the emulator auto-detects whether software is trying to read at 250, 500, or 1500 bps
       and encodes the 0's and 1's back into the signals that the TRS-80 software is expecting.  This somewhat roundabout method should work  with
       most  TRS-80  cassette routines that read and write signals compatible with the ROM cassette routines, but it may fail with custom routines
       that are too different.

       Note that generally nothing useful will happen if you try to write a cas image at one speed and read it at another.  There are  differences
       in the actual bit streams that standard TRS-80 software records at each of the three different speeds, not just differences in encoding the
       electrical signals on the tape.	Thus an incoming bit stream that was originally recorded at one speed will not	be  understood	when  read
       back  in  at a different speed.	For example, Level 2 Basic programs are tokenized, while Level 1 Basic programs are not, and the two Basic
       implementations record different binary information at the start of the program and between lines.  Also, when a file is saved at 1500 bps,
       standard TRS-80 software puts an extra 0 bit after every 8 data bits, and these extra bits are packed into the cas file along with the data
       bits.

       cpt format (for "cassette pulse train") encodes the exact values and timing of the signals that the TRS-80 cassette routine  sends  to  the
       cassette  output  port  to be recorded on the tape.  Timing is to the nearest microsecond.  This format emulates a perfect, noise-free cas-
       sette, so any cassette routines that even halfway worked on real hardware should work with it.

       wav format is a standard sound file format.  The wav format is intermediate in emulation accuracy between cas and cpt.  It  does  represent
       actual  signals,  not  decoded  bits,  but  its timing precision is limited by the sample rate used.  The default rate for new wav files is
       44,100 Hz; you can change this with the -samplerate command line option to xtrs.

       You can play wav files written by xtrs through your sound card and hear roughly what a real TRS-80 cassette sounds  like.   A  real  TRS-80
       should  be able to read wav files written by xtrs if you copy them to a cassette or connect the TRS-80 directly to the sound card's output.
       This feature has not been tested extensively, but it does seem to work, at least for short programs.

       xtrs can also read wav files.  It can read back the wav files that it writes without error.  Reading wav files sampled from real  cassettes
       is  more  difficult  because of the noise introduced, but in brief testing it does seem to work.  The signal processing algorithms used are
       very crude, and better ones could probably do a better job of reading old, noisy cassettes, but I don't have any  such  cassettes  to  test
       with (and I don't know much about signal processing!).  Help in this area would be welcome.

       The  wav  file  parsing code has several limitations.  Samples must be 8-bit mono, and the wav file must contain only one data chunk and no
       extra optional RIFF chunks in the header.  If you have a wav file whose header xtrs rejects, try using sox(1)  to  convert  it  to  a  more
       vanilla format.

       direct format is similar to wav format, except that the samples go to (or come from) your sound card directly, not a wav file.  Direct for-
       mat requires the Open Sound System /dev/dsp device.  Extending the code to work with other sound interfaces would probably not be hard, but
       is left as an exercise for the reader.  Please send me the changes if you do this.

       debug  format  is  the  same as cpt format except that the data is written in human-readable ASCII.  The cassette output is assumed to be 0
       initially.  Each line of output gives a new value (0, 1, or 2), and the amount of time (in microseconds) to wait before changing the output
       to this value.

Authors
       xtrs  1.0 was written by David Gingold and Alec Wolman.	The current version was revised and much extended by Timothy Mann (see http://tim-
       mann.org/).  An initial version of this man page, and the translation from C-shell (cassette) to Bourne shell  (cassette.sh),  are  due	to
       Branden Robinson.

																       cassette(1)
All times are GMT -4. The time now is 06:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy