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?
http://www.experts-exchange.com/OS/Unix/Q_10069105.html
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...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_21141569.html
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...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_10016397.html
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 ...
http://www.experts-exchange.com/OS/Unix/Q_10265467.html
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 ...
http://www.experts-exchange.com/OS/Unix/Q_11436598.html
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...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_20504393.html
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...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_20907441.html
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
http://www.experts-exchange.com/OS/Unix/Q_21579187.html
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...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_22084932.html
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...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_22454071.html