Search Results

Search: Posts Made By: singh.chandan18
2,607
Posted By singh.chandan18
Thanks Don for your help.... Much...
Thanks Don for your help....
Much appreciated.... :b:
2,607
Posted By singh.chandan18
Putting white Space at the end of the string
Hi Guys,
Hope, you all are doing good out there.
I am writing a shell script and currrint in need of your help.

This is what I need to do;
I have position based plain file. One of the fields...
Forum: Linux 03-29-2012
11,008
Posted By singh.chandan18
Thanks Bitlord, for your response. Thi is really...
Thanks Bitlord, for your response. Thi is really useful.

I need it to create new certificates, we generally use certutil only. We have got it installed on some of our Linux Test servers, but not...
Forum: Linux 03-28-2012
11,008
Posted By singh.chandan18
Certutil Installable
Hi Guys,

Good Day!

I need to install "certutil" on my Linux machine. Can someone please let me know where can I get its installable/package.


Thanks,
Chandan Singh
2,559
Posted By singh.chandan18
Hi, I am not pretty sure about awk 'NF-1'....
Hi,

I am not pretty sure about awk 'NF-1'. But the second one (awk '$2' infile) means, it will only show the records which have 2 or more fields, pupulated with strings. If you give awk '$4'...
2,559
Posted By singh.chandan18
Thanks for your help, Guys. All the...
Thanks for your help, Guys.

All the solutions work perfectly.

Thanks,
Chandan
2,559
Posted By singh.chandan18
Ignore records with no values through awk
Hi Guys,
Hope you are doing well out there.

I have to format the output of a script.

Current output is auktltbr.dc-dublin.de:4322 ICCIR2Test13-PB-01 active
auktltbr.dc-dublin.de:8322...
17,381
Posted By singh.chandan18
Hi Rohon, No, this is not what I wanted. ...
Hi Rohon,

No, this is not what I wanted.

I need to search the following strings in File1 and replace them with the contents in File2 and the output will be redirected to File3, which will...
17,381
Posted By singh.chandan18
Replace multiple strings in a file.
Hello Freinds,

Hope, you all are doing well.

I have to replace the static strings from one file (File 1) with the dynamic strings from the another file (File2). I've written a shell script...
3,765
Posted By singh.chandan18
Thanks for your suggestion, Mate. Nohup...
Thanks for your suggestion, Mate.

Nohup will create a nohup.out and will run the process in background.

Is there any other way to achieve this without using nohup?

Thanks,
Chandan
3,765
Posted By singh.chandan18
Executing multiple processes without waiting for their exit status.
Hello Friends,

Hope you are doing well.

I just need a help in executing multiple processes.

I've written a shell script which calls another scritps. But the problem is there are too many...
1,281
Posted By singh.chandan18
Thanks Franklin, This is very helpful. ...
Thanks Franklin,

This is very helpful.

Thanks,
Chandan
1,281
Posted By singh.chandan18
Thanks for the quick turnaround, Franklin ...
Thanks for the quick turnaround, Franklin

This works perfectly for me and gives the desired result.

Can I please ask you to explain the codes?

T
1,281
Posted By singh.chandan18
Need to compare two files.
Hi Friends,

Hope you are doing well out there.

I need help in comparing 2 files and amend the second file.

The file 1 isICCIR2Test11, ApplicationIntegration-Carisma, STOPPED...
1,329
Posted By singh.chandan18
Hi Guys, I've found the solution for this...
Hi Guys,

I've found the solution for this as below:
echo $file | awk ' {

z = split($1, name, "-")

DirName=name[1]

for (i = 2; i <= z; i++) {

if...
1,329
Posted By singh.chandan18
Hi Guys, I've tried lots of tricks, but...
Hi Guys,

I've tried lots of tricks, but none of them is working. So, Need help from t he Experts.

Here is my problem,

I have Log files and I need to extract App Directory name from...
1,329
Posted By singh.chandan18
Hi Jim, Thanks for your prompt reply as...
Hi Jim,

Thanks for your prompt reply as always.

The issue is that, the Fields are always not the same due to the invariable name of log files. So even we print the col1 and col2, it will not...
1,329
Posted By singh.chandan18
Splitting the records.
Hi Guys,

Hope you are doing good out there.

I got stuck in processing a log file wherein I need to spilt an application directory name from the log file. Below are the log...
1,332
Posted By singh.chandan18
Thanks for the help Jim, Now, the output is...
Thanks for the help Jim,

Now, the output is alligned properly after making the changes suggested by you. Please see below;

Domain Log file ...
1,332
Posted By singh.chandan18
Output allignment
Hi Guys,

I hope you are doing good out there.

I am facing some issues in the alligment of the output of a shell script.

Below is the statement which is formatting the output:echo $File |...
3,890
Posted By singh.chandan18
This is working perfectly.. Thanks for your...
This is working perfectly..

Thanks for your inputs.

---------- Post updated at 06:09 PM ---------- Previous update was at 06:02 PM ----------

Hi Guys,

Thanks all for your inputs.

I...
3,890
Posted By singh.chandan18
Hi, This script will be executed by a cron...
Hi,

This script will be executed by a cron job every hour during the day. It will check the application logs in some directory and redirect(I will hardcoded this in the script) them to a logfile....
3,890
Posted By singh.chandan18
Sorry, no luck. Now it is giving me syntax...
Sorry, no luck.

Now it is giving me syntax error. I am using Linux .

[tibco@auktltar DailyCheckScript]$ ./CheckVSSLocks.sh 2 >/dev/null > &1
-bash: syntax error near unexpected token `&'
3,890
Posted By singh.chandan18
Hi, Thanks for your prompt response. ...
Hi,

Thanks for your prompt response.

Is it possible to redirect it? I am going to add this script to the crontab.

So, bit worrying if it causes any problem during its schedule execution.
3,890
Posted By singh.chandan18
Redirecting standard error issues.
Hello Friends,

Good Day.

I am trying to redirect a standard error to the bit bucket(/dev/null) but it is not working. Though, it is working fine in redirecting the standard output.

Below...
Showing results 1 to 25 of 32

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