![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| 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 |
| how to write script to create directory | snail | UNIX for Dummies Questions & Answers | 1 | 03-03-2009 08:20 AM |
| Modifying simple commands to create a script | rocinante | Shell Programming and Scripting | 8 | 06-03-2007 10:35 PM |
| A newbie with a problem in A date Script | adija | Shell Programming and Scripting | 4 | 09-18-2006 09:22 AM |
| Newbie needs help with simple script | shizizzle | Shell Programming and Scripting | 12 | 03-21-2006 12:01 PM |
| Newbie problem with ksh script | sabercats | Shell Programming and Scripting | 18 | 02-23-2006 02:37 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Newbie problem with simple script to create a directory
script is:
dirname= "$(date +%b%d)_$(date +%H%M)" mkdir $dirname should create a directory named Nov4_ Instead I get the following returned: root@dchs-pint-001:/=>./test1 ./test1: Nov04_0736: not found. Usage: mkdir [-p] [-m mode] Directory ... root@dchs-pint-001:/=> TOO easy, but what am I doing wrong? Thx, |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|