10 More Discussions You Might Find Interesting
1. UNIX for Beginners Questions & Answers
hi
i have this file :
<?xml version="1.0" encoding="UTF-8"?>
<OnDemand xmlns="http://xsd.telecomitalia.it/Schema/crmws.entity.OnDemand"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xsd.telecomitalia.it/Schema/crmws.entity.OnDemand... (2 Replies)
Discussion started by: Francesco_IT
2 Replies
2. UNIX for Dummies Questions & Answers
Hello,
I have an encoded file and I wish to see what is written inside.
The first line is given below:
eval "$(dd if=$0 bs=1 skip=69 2>/dev/null|gpg -d 2>/dev/null)"; exit
PS: When I google above code, it says that command is use for encryption...
Following lines include many strange... (2 Replies)
Discussion started by: baris35
2 Replies
3. Shell Programming and Scripting
HI experts....I am trying to decode some text files... I need little help from you people...file is of mixed type...from generated from windows based system
my text files looks like this...
2.AUBZ 158 1 11 116204310 6 N 7542 E 18
02846 52833 102821 152815 ... (9 Replies)
Discussion started by: Akshay Hegde
9 Replies
4. Linux
What will the below statement do ?:confused:
&&
{
&& {eval `/bin/setup 1`} || && { VAR="/tmp" }
export $VAR;
} (3 Replies)
Discussion started by: krishnaux
3 Replies
5. Shell Programming and Scripting
Greetings,
I am doing something that I don't know if it is possible...
I have a file with a line looks like this:
<%s \n%s / %s \n%s \n>
and I am trying to replace this line with
<%s \n%s \n%s / %s \n%s \n>
in Shell script with sed command...
StringToReplace='%s \n%s / %s \n%s \n'... (2 Replies)
Discussion started by: wasabihowdi
2 Replies
6. Programming
Hi,
How to decode an image using openGL library libjpeg ..
which are the steps needed to do this using C language..
actually my work is to decode the image, store it on the buffer,
and place it on cube surface..
please guide me,,any answer will appreciated .. (8 Replies)
Discussion started by: Ravikishore
8 Replies
7. Programming
Hi,
I am having a file in below stucture:
header
{
subheader1
{
field1 : value
field2 : value
field3: value
} //end of subheader1
subheader2
{
subheader3
{
field4 : value
field5 : value
field6: value
}
subheader4 (6 Replies)
Discussion started by: kallol
6 Replies
8. Shell Programming and Scripting
Okay,
This is not something I've tried to do before, but what I want (need) to do is when a value is read in it gets changed to the value needed.
I've been given a list of ids that I need to check against the ids I have in my system, but as is the case we don't have the same naming convention... (2 Replies)
Discussion started by: nhatch
2 Replies
9. Shell Programming and Scripting
In pine email, when you receive an email with an attachment, the content of the attachment is incoded (content-transfer-encoding: base64). I am trying to write a shell script that will read the mail file, and it will save the attachment of an email to a directory.
I want to do this by reading... (6 Replies)
Discussion started by: mskarica
6 Replies
10. Shell Programming and Scripting
Hello: Can anyone please decode this script in English. I have also made some comments which I know.. The actual script does not have one comment also..
#! /bin/ksh
. odbmsprd_env.ksh #setting the env..
echo $0 Started at : `date '+%d-%m-%Y %H:%M:%S'`
# what's echo $0
... (4 Replies)
Discussion started by: ST2000
4 Replies