|
First
|
Prev |
Next
|
Last
Pages: 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
shell script change filename Hi there I have a problem regarding changing filenames within a unix shell script (sh). After testing different approaches for some time (loops with sed, cut,..) without any success I hope someone of this group has an answer. I got hundreds of files like this: MET8_VIS008_IMG_0703011745.martijn.cal The p... 4 Apr 2008 05:17
[ANN] parallel 1.3: simple parallel processing. Version 1.3 of ssh_parallel and parallel have been released. This release features much better error handling in ssh_parallel, so network errors are less likely to cause jobs to go missing. Additionally, it allows you to specify a nice level for processes. Same as the last time, I'm interested in any comments/c... 4 Apr 2008 00:47
math oriented script I have a file that looks lik this: dbRestorePin _cell "datainref[10]" "datainref[10]" 1 34 0 0 35 '((-11.500 163.490) (-11.300 163.690)) _cellname dbRestorePin _cell "datainm[3]" "datainm[3]" 1 34 0 0 35 '((-11.500 140.530) (-11.300 140.730)) _cellname dbRestorePin _cell "datainm[7]" "datainm[7]" 1 34 0 0 35 '((... 4 Apr 2008 16:19
Finding absolute path of a script from within On Mar 14, 12:27 pm, Jeenu <jee...(a)gmail.com> wrote: Hi, I'm wondering what would be the best way to get the absolute path of script, within it. 'basename', 'dirname' and 'pwd' don't always give the same output, since it depends on where you execute the script from. Any thoughts? Thanks Jeen... 3 Apr 2008 14:36
incomplete printout ending on german umlauts with SLES9 due to LC_-settings from /etc/csh.cshrc On 2008-04-03, bine <sabine.hubrig-schaumburg(a)sungard.de> wrote: first of all I apologize if this is not the best group to post my question, I spent quite some time searching for some related to "SLES9 LC_ linux csh ..." but not really successful. our application generates listfiles with mixed ksh/... 3 Apr 2008 13:27
How to compare a dos text and unix text with diff Hi, I ftped some text file from unix server to my Win PC. I installed cygwin in my PC and want to compare the unix text and dos text with diff command. How can I remove the influence by carriage return? Even same text file, diff will show different result. I know the options "-b" can remove this. At the same ti... 4 Apr 2008 03:02
remove from a txt everything between '[' and '] ' (included '[' and '] ') On Apr 3, 8:00 pm, slystoner <slysto...(a)gmail.com> wrote: from: [FOOooOoOOO] this is ok1 [FOOooOOO] this is ok2 to: this is ok1 this is ok2 tnx! :) echo '[FOOooOoOOO]' | sed 's/\[[^]]\+\]//' ... 3 Apr 2008 12:52
remove from a txt everything between '[' and '] ' (included '[' and'] ') from: [FOOooOoOOO] this is ok1 [FOOooOOO] this is ok2 to: this is ok1 this is ok2 tnx! :) ... 3 Apr 2008 11:10
Reading binary float data as string Hi Folks, I'm wondering whether I could achieve something like this from a shell: Suppose I do this from a C program: MyFloatData = 3.513423; fwrite(MyFloatData, sizeof(float), 1, pFile); is there any way to retrieve the string "3.513243" at the shell? I would like to pass the string later on to bc or exp... 3 Apr 2008 11:43
incomplete printout ending on german umlauts with SLES9 due to LC_-settings from /etc/csh.cshrc first of all I apologize if this is not the best group to post my question, I spent quite some time searching for some related to "SLES9 LC_ linux csh ..." but not really successful. our application generates listfiles with mixed ksh/csh-scripts consisting of data from oracle databases where of course our german ... 15 Apr 2008 12:21 |