TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Fancy numbering of records

42 pointsby eaguyhnover 6 years ago

2 comments

zoom6628over 6 years ago
Oodles of really useful real world tips &amp; tricks on this guys blog and book. Ashamed to say even as an AWK fan since 90&#x27;s I did not know about the bash cmd &#x27;nl&#x27; for line numbers!<p>Anybody into data science should have a look at this material - I myself have resorted to using sqlite based tools (like sqlnotebook) to get around Excel&#x27;s limitations in working directly with large data sets. But plain text storage, with a good toolset, is arguably the best approach for vast amounts of textual data.
评论 #19190012 未加载
contingenciesover 6 years ago
<i>grep -ni . &#x2F;path&#x2F;to&#x2F;file</i>