|
More site info...
Other *NIX | Forum profile
|
|
Forum profile page for Other *NIX on http://www.linuxquestions.org.
This report page is the aggregated overview from a single forum: Other *NIX, located on the Message Board at http://www.linuxquestions.org.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "Other *NIX" on the Message Board at http://www.linuxquestions.org is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on Other *NIX:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
5
|
11
|
70
|
|
Post:
|
11
|
25
|
203
|
|
|
Other *NIX Posting activity graph:
|
Top authors during last week:
user's latest post:
cut command question
Published (2009-11-29 03:49:00)
The OFS variable is used by the print statement when you explicitly print fields separated by the OFS itself, e.g. Code: print $2, $3, $4 where the comma that separates the fields causes the OFS to be used. Regarding your code, if OFS is equal to FS you can use this one in the printf statement. Just add a check to manage the newline that has to be added only after the last field: Code: awk -F"~" '{ for (x=2;...
user's latest post:
cut command question
Published (2009-11-28 17:55:00)
yes the line is terminated by a newline character. Is there any way I can work around this? I'm trying awk in the following way but I do not get the tilde as the OFS awk -F"~" 'BEGIN {OFS="~"} { for (x=2; x<=NF; x++) { printf "%s", $x } }'
user's latest post:
Obscure OS's - Page 7 -...
Published (2009-12-02 08:38:00)
Quote: Originally Posted by synss From their website So maybe some intermediate beast, more like windows 95. hi guys! i'm the blog manager and the os maintainer. i agree, its not a solid operating system like win xp, its only GUI OS. Have you all ever used skyfire???? SkyFire OS is now called openPine OS, with larger support of drivers, softwares, games and faster booting. SkyFire OS developments was stopped and no longer active. But,...
user's latest post:
Does HP-UX Supports ext3...
Published (2009-12-03 01:11:00)
Hi My query is does hp-ux supports ext3 filesystem. And except ext3 what type of filesystems are supported by hp-ux. Thanks & Regards Charanjit Singh
|
|
|
|
Latest active threads on Other *NIX::
Started 2 days, 3 hours ago (2009-12-03 15:02:00)
by mesiol
Started 2 days, 10 hours ago (2009-12-03 08:10:00)
by mesiol
Hi,
the primary filesystem in HP-UX is vxfs (so called JFS in HP-UX) from Symantec. This is licensed with HP-UX. Also HFS is supported as i know.
Take a look here
Started 2 months, 2 weeks ago (2009-09-17 16:06:00)
by Mark7
If you're talking about OSes that are still being developed then there's always RISC OS which, as far as I know, isn't a Unix or Unixlike.
That's pretty obscure outside Western Europe and the Antipodes.
Started 1 week ago (2009-11-28 17:30:00)
by colucix
Is the line terminated by a newline control character? Some versions of cut don't take into account the last "null" field, if the last character is the delimiter not followed by a newline .
Started 3 weeks, 3 days ago (2009-11-11 16:19:00)
by lewc
Is this a fact or an advertisement because I know, cheap usb thumb scanners can be obtained for as little as £10-20 and work out alot cheaper
http://www.techstore.co.uk/browse.ph...dLineID=128 493
either way i have just saved you about £985 without factoring in electricity, consumables etc, nice
Started 4 weeks ago (2009-11-07 04:32:00)
by druuna
Hi,
Bash does not have a goto statement.
Depending on what you want to do, which you do not mention, you need to use some other construction.
Post the problem (as detailed as possible) and we are probably able to help you with a solution.
Hope this helps.
Started 1 month, 1 week ago (2009-10-28 06:20:00)
by druuna
Hi,
Something like this maybe:
Code:
#!/bin/bash
awk '
BEGIN { FS = "," }
{
if ( $1 == "01" ) { Appender=$2 ; print $0 }
if ( $1 != "01" ) { print $0","Appender }
}
' infile
Testrun:
Code:
$ cat infile
01,America,0001,AUH
03, F,F ,001,000,012,000
04,F,F ,023,000,012,000
03,F,A ,002,005,012,005,Y
04,F,A ,023,000,012,000,000
03,F,R ,003,007,007,007,Y,...
Started 2 months, 2 weeks ago (2009-09-15 21:47:00)
by TB0ne
Quote:
Originally Posted by jcpetti
As part of my research, I have been compiling and running a model (all fortran 90 scripts) on our university's Linux cluster test module. I purchased a MacBook about a year ago, and would like to learn how to compile and run my model on osx. To build my model in Linux, I set:
1. env. ...
Started 1 month, 1 week ago (2009-10-24 20:46:00)
by irishbitte
Darwin is the GPL'd Mac OSX, isn't it? So it's based on a UNIX kernel
rather than a linux one. However, I daresay it would be an interesting
project, many headaches tho! Darwin doesn't really work very well on it's
own.
|
|
Hot threads for last week on Other *NIX::
Started 1 week ago (2009-11-28 17:30:00)
by colucix
Is the line terminated by a newline control character? Some versions of cut don't take into account the last "null" field, if the last character is the delimiter not followed by a newline .
Started 2 days, 3 hours ago (2009-12-03 15:02:00)
by mesiol
Started 2 months, 2 weeks ago (2009-09-17 16:06:00)
by Mark7
If you're talking about OSes that are still being developed then there's always RISC OS which, as far as I know, isn't a Unix or Unixlike.
That's pretty obscure outside Western Europe and the Antipodes.
Started 2 days, 10 hours ago (2009-12-03 08:10:00)
by mesiol
Hi,
the primary filesystem in HP-UX is vxfs (so called JFS in HP-UX) from Symantec. This is licensed with HP-UX. Also HFS is supported as i know.
Take a look here
|
|