Search results

  1. www.linuxquestions.org/questions/​programming-9/bash...   Cached
    I'm trying to write a bash script where I read a file, get a load of file names and properties and pass those into another program. Code: FILE_NAME=\
  2. www.linuxquestions.org/.../shell-script-​passing-string-as...   Cached
    shell script, Passing string as argument? Hi, I have a function in a ksh script to which I'm trying to pass a string as an ... rm "a filename with spaces on it" Oh my ...
  3. www.linuxquestions.org/questions/​programming-9/bash...   Cached
    ... Bash script passing file names with spaces into another program ... if file name contains quote character, ... but a POSIX shell script ...
  4. www.daniweb.com/software-development/​shell-scripting...   Cached
    Hello all, I have one shell script that takes the filename for processing as an argument. for eg. ./ ... Software Development > Shell Scripting > File Name with Space.
  5. www.itgeared.com/articles/1075-how-to-​pass-parameters-to...   Cached
    Windows Scripting Host. ... (Separate the parameters with spaces). filename.vbs parameter1 ... You can use the approach for passing parameters in a command shell, ...
  6. www.unix.com/shell-programming-​scripting/159695-how-read...   Cached
    Hi, My Requirement is to read the filenames which possess space charatcer in it and pass the same file name to the other shell script as input parameter. Please ...
  7. www.unix.com/shell-programming-​scripting/13184-passing...   Cached
    Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, ... Passing filenames/variables into a script. Hi! I'm somewhat new to Unix ...
  8. objectmix.com/perl/365698-passing-​filename-path-spaces...   Cached
    passing filename path with spaces to ... I call the script with ... then you will have to tell your shell that the last space is part of the third element ...
  9. www.aspnet-answers.com/microsoft/​Powershell/32786513/...   Cached
    Passing arguments from .BAT to PowerShell script Hi, ... File names are: file with spaces 1.txt file with spaces 2.txt script.ps1 ... (it's a legal filename ...
  10. stackoverflow.com/.../905891/​passing...space-in-shell-script   Cached
    This tells the shell to ignore spaces in the ... with parameters which have embedded spaces (eg filenames) ... Passing a values/arguments to Shell Script with ...
  11. stackoverflow.com/questions/13884554/​passing-a-values...   Cached
    Passing a values/arguments to Shell Script with spaces. ... because there's no way for your script to tell that a filename with spaces should be just one argument. ...
  12. stackoverflow.com/questions/4753993/​passing-arguments-to...   Cached
    I'm trying to pass 2 arguments to a command and each argument contains spaces, ... bash script: passing subset of script's arguments ... shell script not ...
  13. stackoverflow.com/.../passing-sed-a-​shell-script...spaces   Cached
    Ignore the .bat extensions, just a habit from the old dos batch file days. I have 2 simple shell scripts. I want to pass a filename with spaces (some file with spaces ...