Search Results

Search: Posts Made By: kykyboss
2,339
Posted By frank_rizzo
try this. env LC_ALL=C sort...
try this.

env LC_ALL=C sort /path/to/you.file


from the sort docs
---------- Footnotes ----------

(1) If you use a non-POSIX locale (e.g., by setting `LC_ALL' to
`en_US'), then...
2,339
Posted By rdcwayx
could you please show me this command and its...
could you please show me this command and its ouput?

echo $LANG
10,874
Posted By fpmurphy
Effectively what you want is to merge the two...
Effectively what you want is to merge the two input documents so that equivalent nodes only appear once in the output document. The best way to do this is to use XSLT. Oliver Becker's merge.xslt...
10,874
Posted By Corona688
Post the actual data, warts and all, not a...
Post the actual data, warts and all, not a simplified tree. XML is notorious for inspiring solutions that work for our data but not yours...
2,085
Posted By birei
Ok. It seems your 'perl' version doesn't support...
Ok. It seems your 'perl' version doesn't support the 'r' switch in regex. Try this workaround with same result:

$ cat script.pl
use warnings;
use strict;

die qq[Usage: perl $0 <file1>...
2,085
Posted By birei
Hi kykyboss, One way: $ cat file1 ...
Hi kykyboss,

One way:

$ cat file1
D33963|BNS Default Swap|-261564.923909249|
D24484|BNS Default Swap|-53356.6868058492|
D24485|BNS Default Swap|-21180.9904679111|
D33965|BNS Default...
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