10 More Discussions You Might Find Interesting
1. UNIX for Beginners Questions & Answers
How could I use the env command to change the enviroment variable GREP_OPTIONS so that grep is not case sensitive by setting it to "-i'?
So that the command:
grep a <<< A
Will produce the same output as
grep -i a <<< A (8 Replies)
Discussion started by: steezuschrist96
8 Replies
2. Web Development
(Above from Apache docs).
On my system, using:
SetEnvIf User-Agent Mozilla IsBad=1
Order allow,deny
Allow from all
Deny from env=IsBad ...I see that environment variable is set (using phpinfo()) but the page is still served. No errors in the Apache logs. (1 Reply)
Discussion started by: gnurob
1 Replies
3. Solaris
What is the difference between ${variable} and $variable when used in a script? (2 Replies)
Discussion started by: orange47
2 Replies
4. Shell Programming and Scripting
All,
what is env command used for in Unix?
Regards
Oracle User (2 Replies)
Discussion started by: Oracle_User
2 Replies
5. HP-UX
just for practice,:) (1 Reply)
Discussion started by: freebsdjlu
1 Replies
6. Shell Programming and Scripting
Do you know shell in Linux without HOME env ?
Best regards,
Iliyan Varshilov
Edit/Delete Message (1 Reply)
Discussion started by: ilko_partizan
1 Replies
7. HP-UX
hi all,
i have one account for unix Tru64.
i can login this account and i do execute special shell script(login sqlplus, execute another shell, etc... ) on this account on my server.
but i can't run this shell from cron tab.
i think that become cron user envirnoment variables. (3 Replies)
Discussion started by: Tlg13team
3 Replies
8. AIX
Hi
I installed aix 5.2-09 on js21 but am unable to get cde environment through X manager soft. when i run ./rc.dt am able to get the same but this remains till next reboot. What should i do can anybody help me???? (4 Replies)
Discussion started by: vjm
4 Replies
9. Shell Programming and Scripting
Hi,
I want to check the path set for a particular variable.Like when i use "env" command ,so many variables are there.I have to search for that variable which i need.Instead can i have any cmd which i can directly check the path set for that variable except "echo $path_name"
Thanks,
... (3 Replies)
Discussion started by: rrs
3 Replies
10. Solaris
hey guys!!!!
i have a few question .. how to modify the user ENV in Sun Solaris 10 ... Thanks!!!! (1 Reply)
Discussion started by: giancarlodjabon
1 Replies