10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
hi,
i am having three files which is having following data
file1:
field1 field2 field3
1 A B
2 C D
3 E F
file2:
4 G H
1 I J
5 K L
file3:
4 M N (3 Replies)
Discussion started by: angel12345
3 Replies
2. Shell Programming and Scripting
hi
i have a file like
1,"A","B"
2,"C","D"
1,"E","F"
3,"G","H"
in output i need like
3,"G","H"
1,"E","F"
2,"C","D"
1,"A","B" (12 Replies)
Discussion started by: angel12345
12 Replies
3. Shell Programming and Scripting
Hi all, i'm quite new in the UNIX world. So maybe i'm going to ask simple questions but they are unsolvable for me...
I'm trying to implement the 'more' function or kinda of that, for improving my knowledges. But I encountered some problems that i hope u will help me to solve.
The code i... (0 Replies)
Discussion started by: Cellofan
0 Replies
4. Shell Programming and Scripting
Hi All,
My requirement is if the record is starting with 0, then do some processing.
if starting with 1, some processing
else (not with 0 or 1 ) then do some other processing.
i tried the following
case "$test" in
/^0/) echo "starting with zero ;;
/^1/) echo " with one" ;;
*) echo... (3 Replies)
Discussion started by: ssunda6
3 Replies
5. Shell Programming and Scripting
Hi All,
My requirement is if the record is starting with 0, then do some processing.
if starting with 1, some processing
else (not with 0 or 1 ) then do some other processing.
i tried the following
case "$test" in
/^0/) echo "starting with zero ;;
/^1/) echo " with one" ;;
*) echo... (2 Replies)
Discussion started by: ssunda6
2 Replies
6. Shell Programming and Scripting
Hi all,
could any of you please help me on my problem..
we are doing FTP (one report out put) from one server to another server through unix shell script program.
Due to the network issues, some times FTP process is hanging.
So we planned to modify the existing program with the following... (2 Replies)
Discussion started by: kishore_jasthi
2 Replies
7. AIX
anyone can help me how to implement the timer on AIX?
I tried with 'setitimer' and its related functions, but it does not work correctly,the program exited each time.
thanks (2 Replies)
Discussion started by: Frank2004
2 Replies
8. Programming
1 . How does va_arg implemented by system? (2 Replies)
Discussion started by: chenhao_no1
2 Replies
9. UNIX for Advanced & Expert Users
how can i use a rlogin with out entered a password,
someone tell me about configure the next files
/.rhosts
/etc/hosts.equiv and /etc/hosts
but i not sure about that, or there are not enough
could you tell me how to do that? (3 Replies)
Discussion started by: jav_v
3 Replies
10. UNIX for Dummies Questions & Answers
Hi Does someone know how Unix or Linux implement
'diff' command ? Any good reference or the
algorithm will be better ?
Thanks (3 Replies)
Discussion started by: harrylong
3 Replies