Search Results

Search: Posts Made By: DC Slick
4,313
Posted By DC Slick
.Do you want to replace ALL commas in your script...
.Do you want to replace ALL commas in your script to something else? sed -i "s/\,/\|/g" infileChanges all commas to the pipe

Before using sed -i, do it without the -i so you can see what it'll do...
3,192
Posted By DC Slick
Your for loop is looking for $List, where's...
Your for loop is looking for $List, where's $List? Don't you mean $LIST_USERS?

but again i'm curious why your password variable is equal to your user variable. Do your users have the same pass as...
12,391
Posted By DC Slick
You can just 'mv' a file so example mv foo.txt...
You can just 'mv' a file so example
mv foo.txt foo.old
Would rename foo.txt to foo.old. Lol ooops you said to all files. Give me a second to get home, I'm driving
12,391
Posted By DC Slick
Is nova a subdirectory of the directory you're...
Is nova a subdirectory of the directory you're currently in? The period means "in the directory I'm currently in". So "./nova" means nova is a subdirectory of the directory your shell prompt is...
12,391
Posted By DC Slick
tova.bac is the directory name? And it's a...
tova.bac is the directory name? And it's a subdirectory of the directory you are currently in? If not that won't work. You need a semicolon ; after that last back slash. \;
1,105
Posted By DC Slick
Search in $GLDATA/parms/cur_fiscalyear.lis for...
Search in $GLDATA/parms/cur_fiscalyear.lis for the line containing "CONSOL" and return the second column of that line. Which, according to that data, should be returning '2011'. Oh, and forgot the...
Showing results 1 to 6 of 6

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