10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Hi.
Been a while since I posted last time, and I hope you all are doing well.
I'm automating a Data Integration process end to end using Shell programming over Linux 2.6x platform, and I'm accessible to Korn and Bash shells with provision to use Perl 5.1 also.
What we do as a common practice... (4 Replies)
Discussion started by: kumarjt
4 Replies
2. Shell Programming and Scripting
Hello
I just want to ask how to get the match of information column 2 file 1 and retrieve information from column 2 file 2. The column exon in file 1 and column color code in file 2.
File 1
//NODECOLORCODE "Exon 1" "ENST00000595813"
//NODECOLORCODE "Exon 1" ... (4 Replies)
Discussion started by: Wan Fahmi
4 Replies
3. Shell Programming and Scripting
awk/sed newbie here. I have a HTML file and from that file and I would like to retrieve a text word.
<font face=arial size=-1><li><a href=/value_for_clients/Tokyo/abc_process.txt>abc</a> NDK Version: 4.0 </li>
<font face=arial size=-1><li><a... (6 Replies)
Discussion started by: sk2code
6 Replies
4. Shell Programming and Scripting
Hi
I have the following script:
#!/bin/sh
gcc -o program program.c
./program &
PID=$!
where i execute a C program and i get its pid. I want to retrieve information about this program (e.g memory consumption) using command top.
So far i have: top -d 1.0 -p $PID
But i dont know how to... (6 Replies)
Discussion started by: nteath
6 Replies
5. Shell Programming and Scripting
Hello guys,
I mistakely updated a file on Solaris 10. Any idea on how can I get the older version of file(File before being updated) back?
Note: I do not have root access & have logged in as a user on the system.
Thanks in advance,
-Nithin. (3 Replies)
Discussion started by: bsnithin
3 Replies
6. Solaris
I am wondering if there is a way to get opensolaris to accept my realteck hd audio chip set.
dmesg
Thu Oct 23 22:47:38 EDT 2008
Oct 23 22:34:49 opensolaris Use is subject to license terms.
Oct 23 22:34:49 opensolaris unix: features:... (1 Reply)
Discussion started by: FloridaBSD
1 Replies
7. Solaris
Hi,
I want the command to retrieve the existing user information such as
* authorization
* Profile
* role
* exipre(expiration date of login)
* inactive
please tell me how to do that
Thank you. (3 Replies)
Discussion started by: S_venkatesh
3 Replies
8. Solaris
hi
is there anyone out there who has experience with installing Solaris on this chipset?
there is one entry in the HCL doc about it (BigAdmin - HCL: Gigabyte GA-MA770-DS3 rev1.0 ) but that person apparently doesnt reply when another asks him some questions.
im looking to install on... (3 Replies)
Discussion started by: Landser
3 Replies
9. Shell Programming and Scripting
KSH - Unix -AIX - db2
**************
Get the input from the user say '123' (It varies)
Then i want to connect to a database say "D1"
then i want th extract from the database by giving "select * from tablename where input = '123'
I also want to connect to another database "D2"
then i... (3 Replies)
Discussion started by: rollthecoin
3 Replies
10. UNIX for Dummies Questions & Answers
HI
i'm compiling my kernel with the support of this chipset.
In FreeBSD 4.2 and 4.3 I got no problem with the kernel, but with 4.4 I just can't get the kernel compiled with the soundcard support.
i added this to my kernel
device pcm
device snd
something wrong... (2 Replies)
Discussion started by: Stormpie
2 Replies