The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
echo without newline character srilaxmi UNIX for Dummies Questions & Answers 2 11-10-2008 12:11 PM
newline character trichyselva UNIX for Dummies Questions & Answers 9 10-31-2008 01:47 PM
Sed append newline character Gaurang033 Shell Programming and Scripting 3 06-26-2008 06:57 AM
Newline character not working for ksh sanikv Shell Programming and Scripting 11 06-23-2005 02:34 PM
How can I replace newline character? ghoti UNIX for Dummies Questions & Answers 1 08-16-2001 01:49 PM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 02-10-2009
amio amio is offline
Registered User
  
 

Join Date: Feb 2009
Posts: 24
Question How to remove a newline character at the end of filename

Hi All,
I have named a file with current date,time and year as follows:

month=`date | awk '{print $2}'`
date=`date | awk '{print $3}'`
year=`date | awk '{print $6}'`
time=`date +%Hh_%Mm_%Ss'`
filename="test_"$month"_"$date"_"$year"_"$time".txt"
> $filename


The file is created with a newline character at the end (after .txt) of the filename. Am not getting why this is happening.. Can u help me??

Thanks,
Amio
  #2 (permalink)  
Old 02-10-2009
sunpraveen's Avatar
sunpraveen sunpraveen is offline
Registered User
  
 

Join Date: Jan 2009
Location: Pruthvi
Posts: 85
Amio,

Not sure why you are using awk with date command. You can as well use date command as shown below.


Code:
month=`date '+%b'`
day=`date '+%d'`
year=`date '+%Y'`
time=`date '+%H%M%S'`

Use man date for more options.

Then, try to execute your script. You should have no newline characters.

HTH,

Regards,

Praveen
  #3 (permalink)  
Old 02-10-2009
amio amio is offline
Registered User
  
 

Join Date: Feb 2009
Posts: 24
Hi Praveen,
Thanks for ur reply.. It worked..
Many thanks..
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 08:48 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0