Sponsored Content
Homework and Emergencies Emergency UNIX and Linux Support Seek help on shell script syntax errors Post 302544059 by duke0001 on Tuesday 2nd of August 2011 09:41:21 PM
Old 08-02-2011
I run

>pwget -u oracle

I got

>root:x:0:3:System Administrator:/home/root:/sbin/sh

We login UNIX server by individual username/passwd. Then su to oracle user. We use oracle user to do database works.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

AWK Syntax errors :/

I recently started as an intern and my manager wanted to see how well I would handle Korn Bourne shell scripting without any prior experience, I have prior programming experience but I keep running into syntax errors with AWK. Please take a look at my simple code and tell me what stupid mistake... (6 Replies)
Discussion started by: yongho
6 Replies

2. Shell Programming and Scripting

Parse for errors shell script

All, I have a shell script which parses the /var/adm/messages file for errors every 15 minutes as a cron job. The script runs at 01, 16, 31, and 46 minutes every hour. The problem is if the error is encountered any time during the beginning of hour I can get paged three times. I would like to... (2 Replies)
Discussion started by: bubba112557
2 Replies

3. Shell Programming and Scripting

Help with shell script errors

hey watsup guys i am new in the shell script world. so i need help fom you guys, i have written these two codes and they both give the same errors( expr : syntax error). Code 1 : #! /bin/sh # count1 appends an increment to a file 200 times # note that a file called numbers must be... (5 Replies)
Discussion started by: surubi_abada
5 Replies

4. Shell Programming and Scripting

perl version for syntax errors

All, Does it matter what perl verios your running when you get syntax errors? on version 5.6.1 the code works fine, but on 5.8.0 the code gets errors? #!/usr/bin/perl #use strict; #use warnings; my $mess = 'messages'; my $mess1 = 'messages.1'; my $mess2 = 'messages.2'; my... (13 Replies)
Discussion started by: bigben1220
13 Replies

5. Shell Programming and Scripting

PERL Syntax Errors

Hi, I am a newbie to PERL and working on a script. When running it I get a lot of compilation errors. The actual command in the program (which is within a case structure) is given below # This gives the actual count of inquires from a log file (It works fine when I type this on the... (2 Replies)
Discussion started by: nurani
2 Replies

6. Shell Programming and Scripting

line count with if /else - syntax errors

this is the script: ps -ef|grep "x_jobstat 10 v001" > jobstatv001.txt ps -ef |grep "x_jobserver 10 v001" >> jobstatv001.txt #Sample text - each line preceded by 4 spaces # root 133064 102986 0 08:49:28 pts/6 0:00 grep x_jobstat 10 v001 # root 137550 1 0 Nov 08 - 0:28... (6 Replies)
Discussion started by: kwalkner
6 Replies

7. Shell Programming and Scripting

shell script for conky getting errors....

So I have a script that does a greater than or less than with a variable. My problem is that when I checked the script from the command line I was getting this error.. I am not really familiar with shell scripting. I am trying to get this script to work with conky so that it will do the... (8 Replies)
Discussion started by: krisdeniseriley
8 Replies

8. Shell Programming and Scripting

How to turn off ora errors in shell script?

I have a shell script which select total count from a table and use its value in a if condition like below connect_string="username/password@tnsname" tot=`sqlplus -s $connect_string << EOF set echo off set feedback off set head off select count(*) from test_table; EOF ` if then echo... (2 Replies)
Discussion started by: vel4ever
2 Replies

9. Shell Programming and Scripting

Converting from Linux bash (GNU) to Solaris script syntax errors

Original script written on CentOS 6.3 with GNU bash 4.1.2 Destination system is Solaris 9 with GNU bash 2.05 (not changeable by me) I have a script written on the linux side but now we need to provide a version to another site that "doesn't like linux". I've been going through changing the ] or... (13 Replies)
Discussion started by: oly_r
13 Replies

10. Homework & Coursework Questions

Help with shell scrip syntax errors

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: This script will analyse the channels.txt e registrations.txt and it will allow to mage the channels and the... (9 Replies)
Discussion started by: Demas
9 Replies
pwget(1)						      General Commands Manual							  pwget(1)

NAME
pwget, grget - get password and group information SYNOPSIS
name | uid] name | gid] DESCRIPTION
and locate and display information from and The standard output of contains lines of colon-separated password information whose format is the same as that used in the file (see passwd(4)). The standard output of contains lines of colon-separated group information whose format is the same as that used in the file (see group(4)). With no options, and get all entries with or respectively, (see getpwent(3C) and getgrent(3C)), and output a line for each entry found. Options When an option is given, only a single entry is printed. The options for are: Output the first entry that matches name using (see getpwent(3C)). Output the first entry that matches uid using (see getpwent(3C)). The options for are: Output the first entry that matches name using (see getgrent(3C)). Output the first entry that matches gid using (see getgrent(3C)). NETWORKING FEATURES
NFS If Network Information System (NIS) is in use, these commands provide password and group information based on the NIS version of the pass- word and group databases in addition to the local password and group files. RETURN VALUE
These commands return upon success, when a specific search fails, and upon error. DEPENDENCIES
NFS: WARNING: If the Network Information System network database is in use and the NIS client daemon is not bound to a NIS server daemon (see ypserv(1M)), these utilities will wait until such a binding is established. These commands can be terminated in this condition by sending a signal to the process (see kill(1)). See ypmatch(1), and ypserv(1M). AUTHOR
and were developed by HP. FILES
local group data file local password data file SEE ALSO
getgrent(3C), getpwent(3C), group(4), passwd(4). pwget(1)
All times are GMT -4. The time now is 11:26 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy