Search Results

Search: Posts Made By: pspriyanka
1,389
Posted By pspriyanka
Is it possible to write write multiple cronjobs in shellscript??
Hi All,

I need the answer of below question?

1) How to write multiple cronjobs in shellscript? Is there any way or we cant write in shellscript...

Regards,
Priyanka
13,272
Posted By pspriyanka
How to read data from zip file?
Hi All,

could you please answer the below question.

1)How to read the data from zip file without unzip?

Regards
Priyanka
7,651
Posted By pspriyanka
sorry I didn't mentioned ... currently I am not...
sorry I didn't mentioned ... currently I am not working on any OS, this is an interview question.
14,618
Posted By pspriyanka
hi skrynesaver, if we don't took an...
hi skrynesaver,

if we don't took an backup in that case I am trying to search an deleted files ...
7,651
Posted By pspriyanka
Thanks Rudic .. but instead of minute can...
Thanks Rudic ..

but instead of minute can we directly consider todays date ?

because here I have to calculate minutes for every time .
8,975
Posted By pspriyanka
What is the difference between zip and gunzip?
what is the difference between zip and gunzip

this is interview question
1,605
Posted By pspriyanka
How to find the shellscript which is running In background is completed or not?
HI All,

I need the answer of below question?

1) how to find the shellscript which is running In background is completed or not ?

ex: I know the shellscript name abc.sh which is...
857
Posted By pspriyanka
How to write multiple cronjobs in shellscript?
Hi All,

I need the answer of below question?

1) How to write multiple cronjobs in shellscript? Is there any way or we cant write in shellscript...

this is interview question

...
11,169
Posted By pspriyanka
How to read the data from zip file without unzip?
Hi All,

could you please answer the below question.

1)How to read the data from zip file without unzip?

this is interview question


Regards
Priyanka
14,618
Posted By pspriyanka
thanks... but if we want it from recycle bin then...
thanks... but if we want it from recycle bin then , is there any way.

or recycle bin (such things) are not available in unix??

sorry this may b silly question but I am new to unix
7,651
Posted By pspriyanka
can u give me simple example... I am new to unix
can u give me simple example... I am new to unix
7,651
Posted By pspriyanka
Sorry, its by mistake... will take care...
Sorry, its by mistake...

will take care of this point from next time. I didn't checked the proper forum
1,156
Posted By pspriyanka
How to remove directory of a particular user?
How to remove directory of a particular user
7,651
Posted By pspriyanka
How to list todays file in perticular folder?
How to list todays file in perticular folder



Moved thread to appropriate forum
14,618
Posted By pspriyanka
How to list deleted files in UNIX?
Hi All,

Its an interview question. I just want to know the answer of below question.

1) How to list deleted files in unix
16,410
Posted By pspriyanka
hi itkamraj, Tried the below code ...
hi itkamraj,

Tried the below code


nawk '{if($0>90){print $0" is greater than 90"}else{print $0" is less than 90"}}' abc.txt



getting below error



-bash: nawk: command not...
16,410
Posted By pspriyanka
How to declare float in shellscript?
Hi All,

I am having an abc.txt , which contains some digits




Eg:abc.txt

14.5
56.6
95.5



I want write shellscript in suchway that if any digit is greter than 90 then it shuld...
2,841
Posted By pspriyanka
Hi Pludi, I have tried a lot .I know the...
Hi Pludi,

I have tried a lot .I know the grep command
Eg: grep exercise exercise.txt

but in above using grep command we can search only single word or digit

if i want to search the...
2,841
Posted By pspriyanka
find digit which is greater than 1000 in text -using shellscript
Hi All,

I am having an abc.txt , which contains some digits

Eg:abc.txt

145
566
355

I want write shellscript in suchway that if any digit is greter than 1000 then it shuld display " text...
2,498
Posted By pspriyanka
thanks itkamraj ...
thanks itkamraj

=====================================
user="root"
db="redeyedatabase"
result=$(mysql -u $user $db -e "select count(*) from orders where OrderTimestamp > 20110819")
...
2,498
Posted By pspriyanka
shellscrip -how to connect db using shellscript
Hi All,

Using shell script i want to run simple query (Eg: select count (*) from ord where ordtimestamp>='2011-09-09'; and need to catch it into variable . how is it possible? NOTE- i am using...
1,112
Posted By pspriyanka
perl code
Hi

Please read the below information carefully and help me to solve the issue .

I want to know ,how to catch the word before perticular word using perl code??

Eg:

if the row...
1,869
Posted By pspriyanka
Perl code- word count problem
Hi,

I am having .csv files contains some row -

Info: Value of field name 'SecurityExchange' is not supported ","Original Order Tuple[ ORDI_

Info: Value of field name 'SecurityExchange' is...
1,419
Posted By pspriyanka
there are two ways to use this command ...
there are two ways to use this command

1)mysql -u root -Jepadt -D dtdatabase

2)mysql -u root -p Jepadt -D dtdatabase


here -u-username -p -password -D-database name. Jepadt-is password here...
1,535
Posted By pspriyanka
but my problm is why it is not creating the...
but my problm is why it is not creating the directory , I have also tried which u have posted here. but its not giving me an output

---------- Post updated at 12:37 PM ---------- Previous update...
Showing results 1 to 25 of 53

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