Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8390727
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T19:04:40+00:00 2026-06-09T19:04:40+00:00

I have a file as below: 10temp3 20/temp4 28 temp 5 I am using

  • 0

I have a file as below:

10temp3
20/temp4
28 temp 5

I am using the below command for splitting the lines and get the last number in the line.

awk -F"temp" '{print $NF}' temp3

the ouput i got is :

> awk -F"temp" '{print $NF}' temp3
10temp3
20/temp4
28 temp 5

Surprisingly if i use nawk i am getting the expected output.

> nawk -F"temp" '{print $NF}' temp3
3
4
 5
> 

May i know the reason why?
Is awk not supporting the string mentioned as a separator?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T19:04:42+00:00Added an answer on June 9, 2026 at 7:04 pm

    Indeed Solaris awk only considers a single character. I’d say it’s probably due to tradition, and exactly the reason why nawk is shipped, as well.

    The -F switch is really special: it’s taking the first character of your quoted string, and discarding the rest, so the t remains — which stands for “look for tab as field separator”.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the command line file below. I need to check for an empty
Suppose I have an XSD file having below lines of code; <xsd:simpleType name=test> <xsd:restriction
I have an XML file like below , using xpath and xnavigator how can
I have file A2.txt with coordinate x1,y1,x2,y2 in every line like below : 204
I have a file input as below: -4.0,vijay -2.0,chan -3.0,vijay and my command is
I have a file as below: line1 line2 line3 And I want to get:
I have JSON file in below format. I want to get value i.e. (mouse,
i have xml file like Below and Device class and i want get List<Device>
I have the following XML file (below) and i'd like to get a hook
I have a file in below format. DATE Time, v1,v2,v3 05:33:25,n1,n2,n3 05:34:25,n4,n5,n5 05:35:24,n6,n7,n8 and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.