Search Results

Search: Posts Made By: carlos25
128,590
Posted By carlos25
Using the "set" command is not, in my opinion, a...
Using the "set" command is not, in my opinion, a very efficient way for an alias to be created or used. Simply because of the way it needs to be typed on the command line or in a script. Also you...
128,590
Posted By carlos25
This approach will not work if you have a...
This approach will not work if you have a directory that have spaces in the path.

C:\Documents and Settings\All Users

To move from a mapped drive, for instance, to a profile directory you would...
128,590
Posted By carlos25
I know I'm rather late on this but it might help...
I know I'm rather late on this but it might help others...

You can use doskey to create an alias on any version of windows up to Windows XP (I'm not sure if it's available on Vista).

C:> doskey...
27,475
Posted By carlos25
A basic example can be found here PHP in HTML -...
A basic example can be found here PHP in HTML - HTML inside PHP - PHP embed HTML (http://php.about.com/od/learnphp/qt/php_with_html.htm)


<html>
<title>HTML with PHP</title>
<body>
<h1>My...
27,475
Posted By carlos25
HTML is a "Hyper Text" display language and can...
HTML is a "Hyper Text" display language and can be only used to display text in a formated manner via a web browser. PHP is the most widely used scripting language and can be used on the command line...
6,462
Posted By carlos25
You say you want to compare arrays but we need an...
You say you want to compare arrays but we need an idea on what you want to compare. Usually when comparing you're comparing with a pattern. i.e. does pattern 1 match pattern 2. Maybe you're wanting...
9,658
Posted By carlos25
Basically what I want to do is take SURNAME and...
Basically what I want to do is take SURNAME and assign it to NAME as a variable for each element.
This is what I have come up with... ( adding/changing - [ typeset NAME[$i]="${SURNAME[$i]}" ])
...
9,658
Posted By carlos25
Joining two arrays and then creating a variable
Hello all...

I'd like to create a variable from an array element from two arrays. In my search for answers I found this code for bash that joins two arrays and then started to work with it. I had...
8,743
Posted By carlos25
Thanks... I considered using "eval" before but...
Thanks... I considered using "eval" before but didn't have the correct syntax to make it work.

Simple!
8,743
Posted By carlos25
Creating an Array in KSH from output (stdout)
Using Cygwin PDksh - But also have tested it on Linux with same results
----
I have a script that invokes a program/script and returns a string of data (1234 "12 34 56" 6789) and using "set -A"...
Showing results 1 to 10 of 10

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