Search Results

Search: Posts Made By: mkan
1,527
Posted By mkan
Help Please
Hello ...I want to understand the basics of advance unix .that is about icp's,message queues, sockets..

.can anyone please provide me a good link which will explain about IPC etc.
3,410
Posted By mkan
float comparison
I had a variable 1:80 8 in one varialbe say var=1:80 8

i comapred the below

if [ $var = "1:80 8" ]
then
--
else
----

thought if condition is true its always going in the...
1,647
Posted By mkan
please help immediate
i need to compare a varaiable with a constant "1:3 9".
variable can have values like "1:3 8" or "1:3 7" or "1:3 ?"
1,717
Posted By mkan
Thanks... It Worked...but How To Include A...
Thanks...

It Worked...but How To Include A Space In Between
1,717
Posted By mkan
small mistak
iam sorry it it
grep `basename $fname | cut -c2-5` $STORE_LIST >> all
cat $fname >> all
1,717
Posted By mkan
Urgent - help please
i have the below script

grep `basename $fname | cut -c2-5` $STORE_LIST` >> all
cat $fname >> all

the output comes in two line..i want the same output above to come in single line ..can...
6,315
Posted By mkan
is it possible for u to tell me wat this implies
is it possible for u to tell me wat this implies
1,741
Posted By mkan
if i say 2>/dev/null --does it also mean the...
if i say 2>/dev/null --does it also mean the same..
and does & by any chance indicae bground process..

sorry to ask sucha silly questions..iam a beginner
6,315
Posted By mkan
exec comand
hi,

i have written a small script in which i use exec command and redriect output to a file..after sometime i want to switch it off and redirect the output to screen..how to do it

exec >>...
1,741
Posted By mkan
thanks so much for ur help. but can u tell...
thanks so much for ur help.

but can u tell me what exactly this means

/dev/null 2>&1 ---
1,741
Posted By mkan
please help urgent
Hi iam tryiing to do two things

1) in a directory i have files like t71,t81,t91....these files have a one line

i want to display the name of the files and contents of the file in one file

i...
6,876
Posted By mkan
change directory
hi,

Iam in directory A. I run a script from there. inside the script i have a command cd B.
When i come out of the script directory is A only.
Even when i come out scrip i want the directory to...
6
hi
1,854
Posted By mkan
hi thanks locustfurnace vgersh99 - sorry for...
hi thanks locustfurnace

vgersh99 - sorry for asking this silly doubt

sed -e 's/[^;]//g' file |wc -c - this works fine no doubt,

but if i try

sed -e 's/;//g' file |wc -c - its not...
4,311
Posted By mkan
Thank u so much, this is what i want. I also...
Thank u so much, this is what i want.
I also want to know if there is an operator << in unix and what does it do.
4,311
Posted By mkan
current shell
how to use the variable in the current process. thought i say export, i willl not be available in the current shell.
so how to run the shell in such a way that varible is available
6
hi
1,854
Posted By mkan
great thanku.. but for FAQ, u have given this...
great thanku..
but for FAQ, u have given this site itself.
Please can you provide me with any other sites which will be useful for me for tommorw interview
6
hi
1,854
Posted By mkan
hi
hi,

This is my first post....Hope u people will help me out
iam new to unix.

1)In a file i have something like this

fsdfsdf;
I need to find out totally how many semicolons are there. How...
Showing results 1 to 17 of 17

 
All times are GMT -4. The time now is 10:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy