Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

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.

Site: LinuxQuestions.org - where Linux users come for help - Other *NIX (site profile, domain info linuxquestions.org)
Title: Other *NIX
Url: http://www.linuxquestions.org/questions/other-n...
Users activity: 29 posts per thread
Forum activity: 5 active threads during last week
 

Posting activity on Other *NIX:

  Week Month 3 Months
Threads: 5 11 70
Post: 11 25 203
 

Other *NIX Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
colucix
2
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;...
tru64
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 } }'
farizluqman
2
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,...
abhijeetdutta
2
user's latest post:
history command in hp ux
Published (2009-12-03 18:15:00)
sorry...its for linux one not for hp-ux...
mesiol
2
user's latest post:
history command in hp ux
Published (2009-12-03 15:02:00)
Hi, Code: history ?
cj_cheema
1
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::

LinuxQuestions.org - where Linux users come for help
Started 2 days, 3 hours ago (2009-12-03 15:02:00)  by mesiol
Hi, Code: history ?
Thread:  Show this thread (4 posts)   Thread info: history command in hp ux Size: 351 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: history command in hp ux :: Other *NIX :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
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
Thread:  Show this thread (2 posts)   Thread info: Does HP-UX Supports ext3 Filesystem. Size: 282 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Does HP-UX Supports ext3 Filesystem. :: Other *NIX :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
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.
Thread:  Show this thread (100 posts)   Thread info: Obscure OS's Size: 217 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Obscure OS's :: Other *NIX :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
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 .
Thread:  Show this thread (4 posts)   Thread info: cut command question Size: 199 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: cut command question :: Other *NIX :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
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
Thread:  Show this thread (4 posts)   Thread info: Single Sided Card Printer Size: 560 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Single Sided Card Printer :: Other *NIX :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
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.
Thread:  Show this thread (9 posts)   Thread info: Looking for a command that is just like the goto but for os x bash Size: 323 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Looking for a command that is just like the goto but for os x bash :: Other *NIX :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
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,...
Thread:  Show this thread (5 posts)   Thread info: Append value of a row to subsequent rows Size: 1,954 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Append value of a row to subsequent rows :: Other *NIX :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
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. ...
Thread:  Show this thread (7 posts)   Thread info: need help compiling in osx vs. Linux Size: 1,550 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: need help compiling in osx vs. Linux :: Other *NIX :: LinuxQuestions.org - where Linux users come for he..."
LinuxQuestions.org - where Linux users come for help
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.
Thread:  Show this thread (6 posts)   Thread info: Is it possible to build darwin on a Linux system?? Size: 219 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Is it possible to build darwin on a Linux system?? :: Other *NIX :: LinuxQuestions.org - where Linux users come for he..."
 

Hot threads for last week on Other *NIX::

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 .
Thread:  Show this thread (4 posts)   Thread info: cut command question Size: 199 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: cut command question :: Other *NIX :: LinuxQuestions.org - where Linux users come for he..."
Other *NIX
Started 2 days, 3 hours ago (2009-12-03 15:02:00)  by mesiol
Hi, Code: history ?
Thread:  Show this thread (4 posts)   Thread info: history command in hp ux Size: 351 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: history command in hp ux :: Other *NIX :: LinuxQuestions.org - where Linux users come for he..."
Other *NIX
RE: Obscure OS's - 2 new posts
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.
Thread:  Show this thread (100 posts)   Thread info: Obscure OS's Size: 217 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Obscure OS's :: Other *NIX :: LinuxQuestions.org - where Linux users come for he..."
Other *NIX
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
Thread:  Show this thread (2 posts)   Thread info: Does HP-UX Supports ext3 Filesystem. Size: 282 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Does HP-UX Supports ext3 Filesystem. :: Other *NIX :: LinuxQuestions.org - where Linux users come for he..."