NR awk problem on Ubuntu


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting NR awk problem on Ubuntu
# 8  
Old 07-12-2013
Quote:
Originally Posted by Corona688
I think Ubuntu uses mawk by default, actually.
Yes, Debian and downsteam use mawk by default.
This User Gave Thanks to fpmurphy For This Post:
# 9  
Old 07-12-2013
Quote:
Originally Posted by alister
I also do not see any problem with that awk script.

For diagnostic purposes, does the following command produce the expected output?
Code:
sed -n '92240,92279p; 92279q' /usr/appplications/access.log

Regards,
Alister
this is what i ended up using. i'm kinda disappointed that the typical awk couldn't work on ubuntu as it works and other linux/unix oses.
# 10  
Old 07-12-2013
FWIW, in later versions of Ubuntu the default awk became gawk. In this version (13.04) probably gawk 4.01 You could try running the command as:
Code:
mawk 'NR> 92239 && NR<= 92279'

to see if that makes a difference..
This User Gave Thanks to Scrutinizer For This Post:
# 11  
Old 07-13-2013
Actual Debian Testing (Jessie) also uses gawk after a "standard system" install.
You still get mawk if you choose to not install the "Standard system" at Tasksel install step.
This User Gave Thanks to tukuyomi For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

New user account problem Ubuntu 12.04

Does anyone have an idea why it is not possible to logon to a newly created user account in Ubuntu 12.04. Is it perhaps a bug with this distro? On another machine, but running 12.10 there is no such problem. Accounts have been created with adduser and with GUI. It makes no difference! The... (3 Replies)
Discussion started by: Royalist
3 Replies

2. UNIX for Dummies Questions & Answers

Installation problem in Ubuntu

ins this a common problem , whenever i try installing a new package or software i usually get this failure msg: Setting up dsc-statistics-collector (201203250530-1) ... Adding system user Warning: The home dir /home/Debian-dsc-statistics you specified already exists. The system user... (3 Replies)
Discussion started by: toshanshu
3 Replies

3. Linux

Ubuntu problem loading messenger

Hi, I'm using ubuntu right now. I'm having problem of loading yahoo messenger. I have no package called libss10.9.6. How about Gaim? How to install it? If I want to send message to someone using yahoo messenger, Is gaim instant messenger can do it to transfer message to yahoo messenger? (0 Replies)
Discussion started by: billcrosby
0 Replies

4. Linux

Problem with email mailman in Ubuntu

I have just newly installed mailman on ubuntu server. Using Apache2 web server and Exim4 mail server. Mailman is started and running fine. I can send email to and from an login account from the list server. However, when I send email to the cctest4@list.nmit.vic.edu.au , no email send to the... (2 Replies)
Discussion started by: cchoe
2 Replies

5. Ubuntu

Driver problem with Ubuntu 10.10

I have a Dell laptop with Ubuntu 10.10 installed in it. The headphone driver is not supportive in my system but it works really well with other laptops like HP. So my question is that does Ubuntu 10.10 in Dell does not work? Moreover, if i upgrade my system later with 11.04, will the problem... (8 Replies)
Discussion started by: poonam.gaigole
8 Replies

6. Shell Programming and Scripting

Array problem in Ubuntu

Hi all, I am working in ubuntu for past few weeks .Since I was working in debian I had no problem with arrays.I followed the same method in ubuntu,but is is not working as I expected. Name="apple" Name="orange" print ${Name} Expected result is apple.But I got a error as "Bad... (8 Replies)
Discussion started by: karthigayan
8 Replies

7. Ubuntu

Ubuntu anjuta configuration problem

Ubuntu version 8.10, Anjuta version 2.26.00. When load Anjuta a window shows up with the message "utility "" not installed. Please install it". What is this? Tried purge Anjuta amd remove autoremove using apt-get and re-install Anjuta but it doesn't solve my problem. How can i get rid off this... (0 Replies)
Discussion started by: gaviao
0 Replies

8. Ubuntu

Ubuntu dhclient and wimax problem

I use Ubuntu 9.10 Netbook Remix and Intel wimax drivers to connect to wimax networks, but recently I faced with some problems with connection even when the signal is available and it is at some proper level... Here is system log, which may concerns problem occurred: dhclient: Can't allocate... (0 Replies)
Discussion started by: Sapfeer
0 Replies

9. Programming

problem with eclipse in ubuntu

hello I did install eclipse in ubuntu when I run it its gives me the following message The custom VM you have chosen is not a valid executable. I don't now how to fix it could you please help me with that Problem Solved Thanks All (0 Replies)
Discussion started by: vip_a1
0 Replies

10. Ubuntu

Dial up problem with ubuntu

My current hardware config is: Processor 1.85 gigahertz AMD Athlon XP 64 kilobyte primary memory cache 512 kilobyte secondary memory cache HDS722540VLAT20 (41.17 GB) -- C BENQ DVD DD DW1650 -- E JLMS XJ-HD166S -- D 3.5" format removeable media -- A Main Circuit Board Board:... (1 Reply)
Discussion started by: XP_2600
1 Replies
Login or Register to Ask a Question