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 6105639
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T13:59:33+00:00 2026-05-23T13:59:33+00:00

In Linux cat /proc/meminfo | grep MemTotal gets back MemTotal: 12298824 kB I want

  • 0

In Linux cat /proc/meminfo | grep MemTotal gets back MemTotal: 12298824 kB

I want only the numbers here

so i wrote cat /proc/meminfo | grep MemTotal | cut -d':' -f2 which gave me 12298824 kB

I only want the numbers here, can anyone help me?

Note: cat /proc/meminfo | grep MemTotal | cut -d':' -f2 | cut -d'k' -f1 gives me the solution 12298824, but is there a better way? one liner?

  • 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-05-23T13:59:33+00:00Added an answer on May 23, 2026 at 1:59 pm

    Use awk:

    cat /proc/meminfo | grep MemTotal | awk '{print $2}'
    

    From @Lars Wirzenius’s comment(No cat and No grep):

    awk '/MemTotal/ { print $2 }' /proc/meminfo
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Something similar to linux cat /proc/uptime which returns the uptime in seconds, and preferably
When issuing this command on Linux: # cat /proc/loadavg 0.75 0.35 0.25 1/25 1747
I have this version of Linux server: -bash-3.2$ cat /proc/version Linux version 2.6.18-194.11.1.el5 (mockbuild@hs20-bc2-3.build.redhat.com)
For my OS class I'm supposed to implement Linux's cat using only system calls
In Linux, we can use cat /proc/processs-id/sched to get the scheduling infomation, nr_switches,nr_voluntary_switches,nr_involuntary_switches tell
I`m trying to execute linux commant 'cat' from java code, but it does not
In Linux (Ubuntu), I want to programmatically check if there is Internet connection (or
I've attempted to write a PHP class that gets the uptime of my Linux
I have this binary file on my Linux system... udit@udit-Dabba ~ $ cat file.enc
I want to create some memory to use for DMA transfers. (Using Linux 2.6.18-128.el5

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.