07-19-2007
Am sorry I don't understand your requirement really
Quote:
In the above the two lines with transaction ID 671320070521330000000003 should be written to a good file as they are having both pairs of Q/A and the other should be written to bad file with comments like below:
How do you say the tran id 671... should be written to good file, is there any selection condition for that ?
Because on all the 4 lines I could see Q/A pair.
Sorry about that, could you please explain a bit ?
10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Hi ,
I am having one situation in which I need to run some simple unix commands after doing "chroot" command in a shell script. Which in turn creates a new shell.
So scenario is that
- I need to have one shell script which is ran as a part of crontab
- in this shell script I need to do a... (2 Replies)
Discussion started by: hkapil
2 Replies
2. AIX
Hi,
Please give me the detailed Differences between writing Unix Shell script and AIX Shell Scripts. Thanks in advance..... (0 Replies)
Discussion started by: haroonec
0 Replies
3. Shell Programming and Scripting
I want to create an automated script which is called by another maually executed script.
The condition is that the no one should be able to manually execute the automated script.
The automated script can be on the same machine or it can be on a remote machine.
Can any one suggest a check in the... (1 Reply)
Discussion started by: adi_bang76
1 Replies
4. Shell Programming and Scripting
Can anybody help me out in sending parameters from sql*plus script to unix shell script without using flat files..
Initially in a shell script i will call sql*plus and after getting some value from some tables, i want that variable value in unix shell script. How can i do this?
Please tell me... (2 Replies)
Discussion started by: Hara
2 Replies
5. Shell Programming and Scripting
Hi,
I need help urgently for following issue. Pls help me to resolve this issue.
I am calling sql script file(file1.sql) from UNIX Shell Script(script1.ksh) using sql plus and trying to create flat file that contains all records returned from SQL query in SQL script(file1.sql)
I given... (6 Replies)
Discussion started by: praka
6 Replies
6. Shell Programming and Scripting
Hi,
Is it possible to ftp a huge zip file from windows to unix server using unix shell scripting?
If so what command i need to use.
thanks in advance. (1 Reply)
Discussion started by: Shri123
1 Replies
7. Shell Programming and Scripting
Can anyone help me with a dos batch script to execute a shell script residing in an unix server. I am not able to use ssh.
Thanks in advance (2 Replies)
Discussion started by: Shri123
2 Replies
8. Shell Programming and Scripting
Please share the doc asap as very urgently required. (1 Reply)
Discussion started by: 24ajay
1 Replies
9. Shell Programming and Scripting
Hi team,
My requirement is to transfer pdf files from windows machine to unix server and then from that unix server we should sftp to another server.
I have completed the first part i.e From windows to using to unix server with the help of psftp.exe
code:
psftp user@host -pw password <... (1 Reply)
Discussion started by: bhupeshchavan
1 Replies
10. Shell Programming and Scripting
Hi all,
$ echo $SHELL
/bin/bash
Requirement - How to pass oracle sql script as argument to unix shell script?
$ ./output.sh users.sql
Below are the shell scripts and the oracle sql file in the same folder.
Shell Script
$ cat output.sh
#!/bin/bash
.... (7 Replies)
Discussion started by: a1_win
7 Replies
LEARN ABOUT LINUX
sepermit.conf
SEPERMIT.CONF(5) Linux-PAM Manual SEPERMIT.CONF(5)
NAME
sepermit.conf - configuration file for the pam_sepermit module
DESCRIPTION
The lines of the configuration file have the following syntax:
<user>[:<option>:<option>...]
The user can be specified in the following manner:
o a username
o a groupname, with @group syntax. This should not be confused with netgroups.
o a SELinux user name with %seuser syntax.
The recognized options are:
exclusive
Only single login session will be allowed for the user and the user's processes will be killed on logout.
ignore
The module will never return PAM_SUCCESS status for the user. It will return PAM_IGNORE if SELinux is in the enforcing mode, and
PAM_AUTH_ERR otherwise. It is useful if you want to support passwordless guest users and other confined users with passwords
simultaneously.
The lines which start with # character are comments and are ignored.
EXAMPLES
These are some example lines which might be specified in /etc/security/sepermit.conf.
%guest_u:exclusive
%staff_u:ignore
%user_u:ignore
SEE ALSO
pam_sepermit(8), pam.d(5), pam(8), selinux(8),
AUTHOR
pam_sepermit and this manual page were written by Tomas Mraz <tmraz@redhat.com>
Linux-PAM Manual 06/04/2011 SEPERMIT.CONF(5)