Sponsored Content
Full Discussion: explanation of this line
Top Forums Shell Programming and Scripting explanation of this line Post 302069118 by castlerock on Wednesday 22nd of March 2006 05:38:45 PM
Old 03-22-2006
explanation of this line

Hi Gurus,
sqlplus system @$1 0</opt/oracle/pwdfile

What would be the output of the above life....the password for the user "system" the user is stored in /opt/oracle/pwdfile

When i try to run the script it says password not found?

$1 0<

What is the meaning of the $1 and 0?

Many Thanks,
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

tr explanation please

how does below tr command replace nonletters with newlines? I think I understand tr -cs '\n' part.. but what is A-Za-z\' <--- what is this?? tr -cs A-Za-z\' '\n' | -c --complement -s, --squeeze-repeats replace each input sequence of a repeated character that is... (0 Replies)
Discussion started by: convenientstore
0 Replies

2. Shell Programming and Scripting

tr explanation please

how does below tr command replace nonletters with newlines? I think I understand tr -cs '\n' part.. but what is A-Za-z\' <--- what is this?? tr -cs A-Za-z\' '\n' | -c --complement -s, --squeeze-repeats replace each input sequence of a repeated character that is... (1 Reply)
Discussion started by: convenientstore
1 Replies

3. UNIX and Linux Applications

need explanation

Hi am having a c pgm. It has the include files (unistd.h,sys/types.h,win.h,scr.h,curses.h,stdarg.h and color.h). I don't know the purpose of these include files. will u plz explain me. (1 Reply)
Discussion started by: Mari.kb
1 Replies

4. Shell Programming and Scripting

explanation for this line

Hi All, can you please explain me the meaning of this line-- BackupLocation="/inpass/abc" Parent=$(expr $BackupLocation : '\(.*\)/.*' \| $BackupLocation) when i ran this as a command also it did not show me anything so could not get the purpose of this line. Explain it please. (3 Replies)
Discussion started by: namishtiwari
3 Replies

5. Shell Programming and Scripting

command line explanation

Hello everyone, I found this command line in a website: perl -pi.bak -we's/\z/Your new line\n/ if $. == 2;' your_text_file.txt With this command line you can insert a new line anywhere you want in a text without overwriting what's in it. -p causes perl to assume a loop around your... (4 Replies)
Discussion started by: goude
4 Replies

6. Shell Programming and Scripting

same action in then as in else: explanation?

in /etc/init.d/networking of an ubuntu computer, I found this code: if ifdown -a --exclude=lo; then log_action_end_msg $? else log_action_end_msg $? fi Shouldn't it be replace by ifdown -a --exclude=lo ... (0 Replies)
Discussion started by: raphinou
0 Replies

7. UNIX for Dummies Questions & Answers

In need of explanation

Its great someone provided this script that strips out a filename and extension but can someone explain how each line works? file1='Jane Mid Doe.txt' newfile='Jane.txt' 1) ext=${file1##*.} 2) filename=${file%%.???} 3) set -- $filename 4) newfile="1.$extension" (1 Reply)
Discussion started by: Lillyt
1 Replies

8. Shell Programming and Scripting

code explanation

Can you please explain the following code plz? my_cd=' ' while getopts :e: OPTION; do case "$OPTION" in e) my_cd ="$OPTARG";; esac done if ; then echo " >>> ERROR - I am wrong" echo " >>> ERROR - Hello" exit 99 fi What I don't understand is what is OPTION or... (3 Replies)
Discussion started by: RubinPat
3 Replies

9. UNIX for Dummies Questions & Answers

Code explanation?

I need someone to tell me how exactly works the following code αfter /etc/passwd :eek:: cat /etc/passwd|grep "^:"|sed '1,$s/^\(*\):*:\(*\):.*$/ \1 \2 /'|sort -nrk3 -t:I want a good explanation to understand the code please (4 Replies)
Discussion started by: kotsos13
4 Replies

10. Shell Programming and Scripting

Need explanation

Hi, I need more explination on it, how it works abcd="$(echo "$abcd" | sed 's/ //g')" >> ${LOGFILE} 2>&1 can any one suggest me on this? Rgds, LKR (1 Reply)
Discussion started by: lakshmanraok
1 Replies
fstyp(1M)																 fstyp(1M)

NAME
fstyp - determine file system type SYNOPSIS
special DESCRIPTION
The command allows the user to determine the file system type of a mounted or unmounted file system. special represents a device special file (for example: The file system type is determined by reading the superblock of the supplied special file. If the superblock is read successfully, the com- mand prints the file system type identifier on the standard output and exits with an exit status of If the type of the file system cannot be identified, the error message (no matches) is printed and the exit status is Exit status is not currently returned, but is reserved for the situation where the file system matches more than one file system type. Any other error will cause exit status to be returned. The file system type is determined by reading the superblock of the supplied special file. Options Produce verbose output. The output contains information about the file system's superblock. RETURN VALUE
returns the following values: Successful completion. Unknown file system type. File system matches more than one type. Usage error or access problem. If the printed message is "Can't send after socket shutdown", check with your system administrator to make sure the is running properly on the system. EXAMPLES
Find the type of the file system on a disk, Find the type of the file system on a logical volume, Find the file system type for a particular device file and also information about its super block: SEE ALSO
stat(2), statvfsdev(3C). fstyp(1M)
All times are GMT -4. The time now is 03:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy