Advertisement

1 - 10 of 120 containing alltags:("korn") (0 seconds)
My user account is placed in the C-shell by default. I would like to have the Korn shell as my default shell. What file(s) need(s) to be modified and what commands are used?
Zones: UnixDate Answered: 08/03/1998 Grade: A Views: 0
I can't figure this out in Korn shell. Basically need a script that counts the # of users on the system and the output to be correct depending on number of users. I have got this far, but it does n...
Zones: Unix Systems ProgrammingDate Answered: 09/23/2004 Grade: A Views: 0
I need to write a script which sorts through folders and files and performs file management (e.g. rm) on certain files.  I wrote the names to a file in order to read them in one at a time.  Everyth...
Zones: Unix Systems ProgrammingDate Answered: 07/04/1997 Grade: A Views: 0
how do you pass $var to awk:- see below for var in `ls *.gz` do echo $var zcat $var | grep "HTML" | awk '{printf ("%s===>%s,(need $var here),$0)}' done how do i get $var into awk as it ...
Zones: Unix, SSIDate Answered: 01/28/2000 Grade: A Views: 0
In korn shell, ... ... tmp=1234.txt echo $tmp                               -- print 1234.txt (how do I change the tmp to 1234.doc. Just change the extension txt to doc ?) echo $tmp   ...
Zones: UnixDate Answered: 10/03/2000 Grade: A Views: 0
I have a seemingly simple task, but I am unsure of how to accomplish it. Task: Show program execution w/ a series of '.....' that grows across the screen as the program executes. I have a she...
Zones: Unix Systems ProgrammingDate Answered: 02/11/2003 Grade: A Views: 4
Is there an editor for scripting that can be used with the Korn shell?  I would like commands and comments to be color-coded, have the use of macros and like features.  I would need an alert (maybe...
Zones: Unix Systems ProgrammingDate Answered: 03/05/2004 Grade: A Views: 0
Hi Need  help to write a small shell script that tells how many minutes gone since file was created? (Work not study nor assignments nor testing) Thanks Emad
Zones: UnixDate Answered: 09/29/2005 Grade: A Views: 19
I would like to write a Korn shell script to look in a folder, find the first file with GZ extension (there'll be several), unzip it and return a value to the calling process based on success or...
Zones: Unix Systems ProgrammingDate Answered: 12/07/2006 Grade: A Views: 0
has anybody ever made a true korn shell debugger? with conditional breakpointing, ability to see variables as you single step. I know about the very simple debugger in the oreilly book, also no a...
Zones: Unix Systems ProgrammingDate Answered: 03/21/2007 Grade: B Views: 0