Search Results

Search: Posts Made By: achararun
2,417
Posted By achararun
working partially
Hi era,

I am getting this error...

sed: can't read requests1: No such file or directory

Code is like this

while true; do
if head -n 500 requests1 > /app//reqs.txt;cd...
2,417
Posted By achararun
Throttling
Hey guys,

Need your help/suggestions

I have a log file which has 5K lines in it, I need to send only 200 lines to an application at a time and delete the 200 lines from log...
2,846
Posted By achararun
Need to strip few letters
Hey guys..

Can experts help me in achieving my purpose..

I have a file which contains email address of some 100 to 1000 domains, I need only the domain names..

Eg:...
32,296
Posted By achararun
Its Trigger an Batch Application
Hi ,

My scripts triggers an Batch application, which is very critical. So I dont want my script to be executed by other.
32,296
Posted By achararun
Hi Again
I installed SHC and was successfully able to encrypt the scripts and I executed the script as well, but I noticed sometimes the scirpts gets in to hung status and even ctrl+c,d,z doest not work. I...
32,296
Posted By achararun
how to Encrypt bash scripts?
Hi,

I tried encryting a bash script, and I received the below error...

-bash: shc: command not found

Is there a different command to execute bash scripts??
32,296
Posted By achararun
I am not very clear about shc, Can you tell...
I am not very clear about shc,

Can you tell me how to make a sciprt as shc??
32,296
Posted By achararun
How to make script password protected
Hi All,

I want to make my script password protected.

i e: if somebody runs my script it should prompt for password.

Can somebody help me in to execute the same??
...
2,627
Posted By achararun
Grepping Errors in a file
Hey All,

I have to grep for an error from a file and get the results of errror in a different file......

But there should be no duplicate entries. Can anyone help me in giving a shell script...
2,469
Posted By achararun
Can you tell me how to put these 2 grep...
Can you tell me how to put these 2 grep statements in a single command

grep "Io exception: No route to host" /SSS/XX/XX/er.log | grep "Io exception: No route to host" AND grep "Io exception: No...
2,469
Posted By achararun
Combining 2 scripts
Hello I am new to shell scripting. Below are 2 scripts which I need to combine in to single script.Can some experts guide me how to proceed?


#!/bin/bash
grep "2443" /f/log/s/heduler.log | grep...
Showing results 1 to 11 of 11

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