Search Results

Search: Posts Made By: gctaylor
2,817
Posted By RudiC
You don't need the ref=$1. Try for H in ${!1};
You don't need the ref=$1. Try for H in ${!1};
2,817
Posted By sea
/* EDIT: @ Junior-Helper: very nice...
/*
EDIT:
@ Junior-Helper: very nice one, thank you!
*/

For Ongoto:
(I just inserted linebreaks for readability)
✔ ~ $ cat testscript.sh list.txt ; sh testscript.sh list1

#!/bin/bash...
2,817
Posted By junior-helper
You're welcome! The name of the reference...
You're welcome! The name of the reference variable doesn't have to be ref though.

Of course it uses the command line argument, otherwise it would not show the content of the list1 variable.

$1...
2,817
Posted By ongoto
@ sea Could you post your output please. ...
@ sea

Could you post your output please. Your script isn't working for me?
$ check.sh list1
---------- Post updated at 06:40 PM ---------- Previous update was at 06:17 PM ----------

@...
2,817
Posted By junior-helper
Yes. It's called indirect referencing. ...
Yes. It's called indirect referencing.
#!/bin/bash

list1="www.fsf.org www.defectivebydesign.org"
list2="www.gnu.org www.bash-hackers.org"
list3="www.linux-libre.fsfla.org www.stallman.org"
...
Forum: Tips and Tutorials 09-25-2007
320,543
Posted By Perderabo
Changing The Inode of a File
We have discussed how write permission controls the ability to change the data in a file. But how about changing the permission bits, the owner, the group, and even the timestamps? No one can...
Forum: Solaris 07-10-2013
2,046
Posted By Don Cragun
I'm surprised that find -type -f ... isn't giving...
I'm surprised that find -type -f ... isn't giving you an error. (It should be find -type f ... with no - before the f.) If a file is being sourced in /etc that is exporting DISPLAY, your search may...
Forum: HP-UX 11-16-2011
10,262
Posted By vbe
Ah I should have asked that ( but who would think...
Ah I should have asked that ( but who would think of something to do with the password? to start with...)
@ is the "erase line " or set line to blank in HP world.
I did not think of this because it...
Forum: HP-UX 11-15-2011
10,262
Posted By vbe
No ipfilter?
No ipfilter?
Forum: HP-UX 11-15-2011
10,262
Posted By vbe
remove the tcp6 and give it a try... type inetd...
remove the tcp6 and give it a try...
type inetd -c
Forum: HP-UX 11-15-2011
10,262
Posted By vbe
You should have a lanconsole option... it may...
You should have a lanconsole option... it may need to be configured though (preferably on another lan like an administration lan... ask your network team for a VLAN...). Remove the hosts.allow...
Forum: HP-UX 11-15-2011
10,262
Posted By vbe
Do you have a inetd.sec file ? (I configure such...
Do you have a inetd.sec file ? (I configure such file on the HP boxes I administer...)
Showing results 1 to 12 of 12

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