Search Results

Search: Posts Made By: frank
1
8,600
Posted By frank
stty
I am trying to set my backspace key as the erase key
right now I have to type CONTROL-H to delete.
Can you please tell me the command to set my backspace
as the erase key......
2,131
Posted By frank
PERL question
Could someone tell me what is wrong with these PERL statements

it is always setting the $status2 to the number inside of the brackets......why????????

if (/^Status:/)
{
$stat =...
6,138
Posted By frank
Modified time
How do you change the modified time of a file on UNIX??
3,055
Posted By frank
ksh parameter --- change
I am reading a file into a parameter in my program

typeset nums_type


if the contents of nums_type = asdfghbqwerty


how do make a new paremeter eqaul to the 7th character of nums_type. ...
2,884
Posted By frank
PERL Question
Can anyone tell me if the copy command in PERL has the same functionality as in KSH shell in UNIX or does it actually move the file ??

$cp_stat=system("cp $ENV{OLAMEBSDIR}/data/olam.ddabal$type...
2,217
Posted By frank
Variables
I am writing a script and I need to check a variable and get rid of any single quotes that may be in that variable. Could somebody give me an example of how to do this??

$1=s'sdfsdfs'

reason=$1...
6,868
Posted By frank
compession problem
I want to compress all the files in a given directory. My problem is that there is a file linked to another file in this directory. When I run the command

compress dir/*

I get an error because...
7,568
Posted By frank
checking file extensions
you probably want to set a variable to the output of the previous command:

filetype=`file /etc/resolv.conf`

and then perform a test on the variable filetype to see if tit contains what your...
6,977
Posted By frank
Question variables Korn
I'm using the following command to test for certain characters in a script

echo "${1}" | grep '\$'
if (( ${?} == 0 ))
then


testing this script on the command line I have

ksh -x...
6,626
Posted By frank
Rereiving variables
What is the best way to retrieve muliple variables back to a unix script from a record in oracle?? I'm using the Korn Shell on AIX.
Showing results 1 to 10 of 10

 
All times are GMT -4. The time now is 09:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy