[ / / / / / / / / / / / / / ] [ dir / animu / chemo / choroy / dempart / fast / jenny / truebrit / x ][Options][ watchlist ]

/tech/ - Technology

You can now write text to your AI-generated image at https://aiproto.com It is currently free to use for Proto members.
Email
Comment *
Verification *
File
Select/drop/paste files here
Password (Randomized for file and post deletion; you may also set your own.)
* = required field[▶ Show post options & limits]
Confused? See the FAQ.
Expand all images

File (hide): 6b4a106bf5d7765⋯.jpg (44.41 KB, 620x372, 5:3, Joseph-Stalin-010.jpg) (h) (u)

[–]

 No.1062615>>1062736 [Watch Thread][Show All Posts]

grep '^MemTotal:' /proc/meminfo | tr -s ' ' | cut -d ' ' -f2

awk '/^MemTotal:/{print $2}' /proc/meminfo

while read -a line; do [ ${line[0]} == 'MemTotal:' ] && echo ${line[1]}; done < /proc/meminfo

Which one and why?

 No.1062651

I need to finish working on my os project, because passing around formatted strings is no way to live.


 No.1062736

>>1062615 (OP)

i vote the second one, its only one program startup




[Return][Go to top][Catalog][Screencap][Nerve Center][Cancer][Update] ( Scroll to new posts) ( Auto) 5
2 replies | 0 images | Page ???
[Post a Reply]
[ / / / / / / / / / / / / / ] [ dir / animu / chemo / choroy / dempart / fast / jenny / truebrit / x ][ watchlist ]