Search Results

Search: Posts Made By: stew
2,696
Posted By stew
I got some idea for the first requirement but can...
I got some idea for the first requirement but can someone help for the second part (uploading data into html page)
2,696
Posted By stew
2) I have html front end page, so the data should...
2) I have html front end page, so the data should upload into the front end application
2,696
Posted By stew
Read data from excel and upload into html page
Hi,

I have requirement for automation, wanna confirm whether is it possible in shell scripting.

1) Need to read data from excel sheet
2) And upload the details in html page

I know first...
3,019
Posted By stew
Process id 0
Hi,

what is process id 0, I surfed net it updated its for swapping but I think process kswapd taking care of swapping.

But stil,l why few updated it is for swapper, it would be better if you...
1,150
Posted By stew
Parent directory ".."
Hi,

I know in liunx "." is currect directory and ".." is for parent directory.But if go to (/) directory and give "ls -a", could see "." (denotes current direcctory) and ".." Really don't know...
12,606
Posted By stew
I appended LC_ALL=C ; export LC_ALL in...
I appended LC_ALL=C ; export LC_ALL in .bash_profile, but the entire locale variable has changed.


LC_CTYPE=C
LC_NUMERIC=C
LC_TIME=C
LC_COLLATE=C
LC_MONETARY=C
LC_MESSAGES=C
LC_PAPER=C...
11,320
Posted By stew
I run "env" command from prompt and getting...
I run "env" command from prompt and getting variable, using bash shell and rhel6 is OS.
12,606
Posted By stew
I know this very old, but I have a question....
I know this very old, but I have a question. still when I run tree command I am getting same junk what I posted in my first post.

But when I run below command, tree structure getting

LC_ALL=C...
11,320
Posted By stew
No, I don't find any source file insde the script
No, I don't find any source file insde the script
11,320
Posted By stew
yes I checked all three, didn't find any of the...
yes I checked all three, didn't find any of the file
11,320
Posted By stew
Env file path
Hi,

when I run "env" there are few variable prinitng related to application


$env
SRV=test
NVV=test2


from where this file is invoking, I checked in ./bash_profile and ./profile...
2,428
Posted By stew
apologies. I got the difference .
apologies. I got the difference .
2,428
Posted By stew
then what is the exact command to unset TEST, I...
then what is the exact command to unset TEST, I don't want to run "unset TEST". Run "env -u TEST" and it has to remove "TEST=testenv"
2,428
Posted By stew
what is difference between env -u TEST and unset...
what is difference between env -u TEST and unset TEST

when I run "env -u TEST" and do "env|grep TEST", get "TEST=tesvalue"

when I run "unset TEST", didn't any o/p for "env|grep TEST" command.
2,428
Posted By stew
Where unset command locates?
Hi,

Can someone tell what is the path for "unset", I tried "which" command but getting below error


# which unset
/usr/bin/which: no unset in...
1,312
Posted By stew
I got it, its taking from set_envi file
I got it, its taking from set_envi file
1,312
Posted By stew
Unset environement variable
Hi,

I have the following line in the script


unset _SET_ENV_AA
unset _SETENV


but where I can check the value for this environement variable
1,878
Posted By stew
For loop in process each file
Hi

I have following codecd /tmp/test/
for vfile in `ls -1`
do
for vlink in `ls -l /tmp/testfile/*|bin/grep "local/init\.d/$vfile$"|bin/awk...
1,043
Posted By stew
Thanks, but still I dont understand does. why...
Thanks, but still I dont understand does. why they are using two shell parameter. when I run this, its creating some file. but not getting exactly.

is it possible to explain me?
1,043
Posted By stew
Aa_app varible in Linux
Hi,

I am analyzing linux script, below is the following script line


${AA_APP:-/opt/ty/aa}/sbin/save_file_list ApplEnv.prererun ${AA_APP:-/opt/ty/aa}/sbin/ApplEnv.install_save_list


I...
2,167
Posted By stew
Thank you :)
Thank you :)
2,167
Posted By stew
How to append a string by cat and redirect to other file?
Hi,

when I do cat for kernel parameters



cat /proc/sys/kernel/sem >> /etc/sysctl.conf
4096 4096 32 128



The above command working with out any doubt

but I want to...
11,815
Posted By stew
Thank you :) It worked. I guess get line should...
Thank you :) It worked. I guess get line should be "getline"

---------- Post updated at 04:31 AM ---------- Previous update was at 03:47 AM ----------

I have one more doubt, I ran below...
11,815
Posted By stew
when I do cat /proc/sys/kernel/shmmax got 2458761...
when I do cat /proc/sys/kernel/shmmax got 2458761 (kernel.shmmax parametre value. and Os is RHEL6
11,815
Posted By stew
How to pass cat file in awk statement?
Hi,

I am working on kernel parameters, want to check values under /proc/sys/kernel

below I tried for kernel.sem


SEMMNS: 4096 cat /proc/sys/kernel/sem | awk '{print...
Showing results 1 to 25 of 111

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