Search Results

Search: Posts Made By: baluchen
5,385
Posted By baluchen
thank you very much. just one more tweaking is...
thank you very much. just one more tweaking is required. The street value sometimes has more than 1 line. how to capture if it contains two line as seen below?

[v00000@10-119-225-51 ~]$ ldapsearch...
5,385
Posted By baluchen
I want to display 3 different texts from the...
I want to display 3 different texts from the output which are not properly formated. I tried "|awk '/displayName/ {print $0}'" and i can filter one output at a time. So the ask is how to convert one...
5,385
Posted By baluchen
Printing from multiline output
Dear all,

I have below "ldapsearch" output

[v00000@10-119-225-51 ~]$ ldapsearch -D "CN=SVC-ACCOUNT,OU=SVC,OU=VDSI,OU=Non-Human,DC=Org,DC=com" -w secretword -H ldaps://org.com:636 -b...
4,080
Posted By baluchen
You are right. Thank you very much Stomp. I...
You are right. Thank you very much Stomp. I learnt today
4,080
Posted By baluchen
That's really Awesome @stomp. "jq" is new to me...
That's really Awesome @stomp. "jq" is new to me and i will explore on this.

Does this support sub level printing also? I would like to format the string highlighted in Blue color.

...
4,080
Posted By baluchen
JSON Output format
Dear friends,

I'm getting below API result and i would like to format them with Shell scripting.

Input

[
{
"id": 9,
"description": "short desc",
"name": "test",
...
1,651
Posted By baluchen
Thank you Singh. It worked as expected. ...
Thank you Singh. It worked as expected.

Thank you
Bala
1,651
Posted By baluchen
Read exit value from Shell script
Hi all,

I have a situation to read exit value of a command (not exit code) and process further.

bash-4.2$ returnvalue=`ssh DOMAIN\\\\user1@10.7.7.68 'cmd /c "del C:\Users\user1\db_test.bak"'`...
Forum: Red Hat 07-11-2016
2,735
Posted By baluchen
Thank you for your response. I completely...
Thank you for your response.

I completely agree with your statement. But i can clearly notice performance issue when the "free" memory on first line goes down.

Is there a way i can reserve...
Forum: Red Hat 07-10-2016
2,735
Posted By baluchen
RHEL Memory issue
Friends,

I have 8CPU/24gb RAM in my Linux servers around 30+. All the servers are running with Java based application with NFS mounted.

The problem what I have is, When I reboot servers the...
3,549
Posted By baluchen
Yes bakunin. You seems to be correct. Is there a...
Yes bakunin. You seems to be correct. Is there a way i can find what is my dceroot account name?

BTW, the result of getfacl command output.

[root@ip-10-34-70-118 ~]# getfacl /etc/security/...
3,549
Posted By baluchen
Thank you very much. I was not aware of the ACL...
Thank you very much. I was not aware of the ACL and "dot" stuff before.

However, i could not find the command "aclget" on my linux OS. I did searched on Google and i could see something related...
3,549
Posted By baluchen
I'm not aware of selinux and i will explore on...
I'm not aware of selinux and i will explore on that.

BTW, gentenforce output is "Disabled"

Thanks
Bala
3,549
Posted By baluchen
Still it is strange .. The file system is RW. ...
Still it is strange .. The file system is RW.

[root@ip-10-34-66-104 security]# pwd
/etc/security
[root@ip-10-34-66-104 security]# lsattr
---------------- ./limits.d
----------------...
3,549
Posted By baluchen
I verified the permission and it seems good. ...
I verified the permission and it seems good.

drwxr-xr-x. 6 root root 4096 Jun 28 06:14 security
3,549
Posted By baluchen
What is wrong with file permission?
Friends,

I have weird problem with my Linux OS.

I have few files which is owned by root but could not be modified (edit, chmod, chown etc)

[root@ip-10-34-70-117 ~]# id
uid=0(root)...
1,216
Posted By baluchen
If this is single variable i can do it...
If this is single variable i can do it separately.

But i have similar kind of keystring and valuestring for multiple product.
1,216
Posted By baluchen
Export Variable throws message
Friends,

I'm trying to export a variable as follows. But getting error message "not a valid identifier". However the variable has exact value.


[root@local]#...
3,957
Posted By baluchen
Find and Replace in Shell script
Friends,

I have more than 1000 lines in text file which needs to be converted as UPPERCASE by adding _

com.sun.url=www.sun.com
com.ssl.port=808
com.ui.path=/apps/ssi

Expected output
...
2,878
Posted By baluchen
Thank you very much
Thank you very much
2,878
Posted By baluchen
sed and awk -Find and Replace
All,

I have thousands of lines in a file with following format
DATA=_ONE_XXX_YYY_CCC_HHHG_
DATA1=_GGG_JJJJ_HHH_UUU_JJJJ_HHHH_LLL_
DATA3=_MMM_GG_NN_QQQQ_FFF_III_

I want to replace _ with ....
15,388
Posted By baluchen
kamaraj, i'm finding difficulty without nawk -...
kamaraj, i'm finding difficulty without nawk - Thanks


Ahamed - if i have as below

CFGLIST=("LIST1 LIST2 LIST3") - It returns same value


Can you please help?

Thanks
Bala
15,388
Posted By baluchen
for loop - reverse reading
All,

Here is my for loop
export CFGLIST="LIST1 LIST2 LIST3"

for i in $CFGLIST
do
echo print $i
done

The output will be
LIST1
LIST2
LIST3

But i want it display
LIST3
LIST2...
1,321
Posted By baluchen
ls command to display file name
Sorry for the silly question and i could not find anywhere..


I have files in my directory as follows

myzip
myzip_1
myzip_2
myzip_3

myunzip_1
myunzip_2

I want to display one...
Forum: Solaris 01-10-2011
4,131
Posted By baluchen
Thanks for your response. After lsvob there...
Thanks for your response.

After lsvob there will be variable. In this case how do i specify

ex:
/usr/atria/bin/cleartool lsvob /vob/repo1
/usr/atria/bin/cleartool lsvob /vob/repo2...
Showing results 1 to 25 of 37

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