Search Results

Search: Posts Made By: Guillermo Lopez
18,856
Posted By Guillermo Lopez
Well... It's not that simple to explain what's...
Well... It's not that simple to explain what's wrong but at least I can't get the outcome I'd expect with a very simple example. Here's the sample code that worked for me in sh shell:


#!/bin/sh...
18,856
Posted By Guillermo Lopez
getopt/getopts and csh
Is there a way to get getopt/getopts to work in csh?
I know... csh is not a good shell. Nobody should be using it but I have to deal with old scripts already coded using this shell and therefore I...
5,396
Posted By Guillermo Lopez
I'm just thinking... I don't know if it would...
I'm just thinking... I don't know if it would work but you may try to type the URL with the login parameters on it. You should look at the source code of the page to see the names of the fields and...
6,979
Posted By Guillermo Lopez
Thanks man! I'm aware about the inconvenience...
Thanks man!
I'm aware about the inconvenience about coding in csh but I'm working on a project that is all coded in csh so I must follow these rules. I'm working on the migration but is a whole back...
5,396
Posted By Guillermo Lopez
One tool that will be useful is wget. This is...
One tool that will be useful is wget. This is command line tool that is delivered with almost all Linux distributions and you can also get versions for other systems or you can just try to compile it...
6,979
Posted By Guillermo Lopez
`ls -l`: Ambiguous
Hi,
I'm trying to code a simple script (c-shell) on a Solaris box and I'm getting an "Ambiguous" error. These are the lines that cause the error:

On c-shell:

> set var = ""
> @ var = `ls -l`...
Showing results 1 to 6 of 6

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