1133 links
  • linx
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Play Videos
Links per page: 20 50 100
page 1 / 1
14 results tagged unix x
  • thumbnail
    find - How to move the files based on Year - Unix & Linux Stack Exchange

    You want to use the -newermt option for find:

    find /media/WD/backup/osool/olddata/ -newermt 20120101 -not -newermt 20130101

    to get all the files with modification time in 2012.

    December 1, 2020 at 6:04:05 PM UTC - permalink -
    QRCode
    - https://unix.stackexchange.com/questions/73268/how-to-move-the-files-based-on-year
    bash cli files find recursive unix
  • fold

    fold is a filter which folds the contents of the specified files, or the standard input if no files are specified, breaking the lines to have a maximum of 80 display columns.

    February 26, 2019 at 8:30:51 AM UTC - permalink -
    QRCode
    - https://man.openbsd.org/fold.1
    cli crop fill fold format text unix
  • Miller

    Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON. You get to work with your data using named fields, without needing to count positional column indices.

    This is something the Unix toolkit always could have done, and arguably always should have done. It operates on key-value-pair data while the familiar Unix tools operate on integer-indexed fields: if the natural data structure for the latter is the array, then Miller’s natural data structure is the insertion-ordered hash map. This encompasses a variety of data formats, including but not limited to the familiar CSV, TSV, and JSON. (Miller can handle positionally-indexed data as a special case.)

    March 20, 2018 at 2:56:09 PM UTC - permalink -
    QRCode
    - http://johnkerl.org/miller/doc/index.html
    csv dsv json tsv unix
  • thumbnail
    cp - How do I copy a folder keeping owners and permissions intact? - Unix & Linux Stack Exchange
    sudo cp -rp /home/my_home /media/backup/my_home

    From cp manpage:

     -p     same as --preserve=mode,ownership,timestamps
    
     --preserve[=ATTR_LIST]
              preserve the specified attributes (default: mode,ownership,timestamps),
              if possible additional attributes: context, links, xattr, all
    June 28, 2017 at 2:37:38 PM UTC - permalink -
    QRCode
    - https://unix.stackexchange.com/questions/43605/
    cp permissions rights unix
  • Netiquette Anthropology: Tales of Tech Geekers

    (A Net Ethology / A Troll's Confection)

     When a person's sanity is at balance,
     when human passion is raging,
     no etiquette must get in the way.
         —Xah Lee, 2001.

    The internet has changed society deeply. It has indirectly changed nations, catapulted sciences, deeply imbued the daily lives of men, and as well affected writings and have created a culture one of a kind, among which is FAQ (Frequently Asked Questions), Netiquette, and Trolling. Netiquette refers to Net Etiquette. It is the implicit rules in online communities, widely purveyed in the early days of internet (pre-1997) but faded quietly with the mainstreaming of internet. Troll roughly refers to someone who posts a message that solicit outwardly or indirectly a huge usually chaotic following. In these pages, are collected essays on these phenomena.

    I as a troll is rather special because i tend to put a final say on things, in contrast with one-liner trolls i myself despise. (In a sense i'm an anti-troll, untroll, or an atrocious atroll.) At first i balked at being branded a troll. Now i revel it. I as a troll is rather recent, beginning and getting worse about in 1998. I have been using online forums since 1990. Perhaps one day i'll write “how i became a troll”. It is bound to be a tragedy. 
    —Xah Lee, 2002.
    
    I'll find a day to massacre them all, And raze their faction and their family… 
        —William Shakespeare, in Titus Andronicus
    July 14, 2016 at 12:41:02 PM UTC - permalink -
    QRCode
    - http://xahlee.info/Netiquette_dir/troll.html
    anthropology encyclopedy essay fetishism foobar hacker hacker-ethic larry-wall netiquette paul-graham plain-text rms tech-geekers troll unix
  • Unix Toolbox

    This document is a collection of Unix/Linux/BSD commands and tasks which are useful for IT work or for advanced users. This is a practical guide with concise explanations, however the reader is supposed to know what s/he is doing.

    May 4, 2016 at 8:32:05 AM UTC - permalink -
    QRCode
    - http://cb.vu/unixtoolbox.xhtml
    cheat-sheet documentation unix
  • The Acme User Interface for Programmers

    Acme is a powerful text editor, development environment and textual-user-interface platform developed by Rob Pike originally for Plan 9 from Bell Labs research operating system, and now has ports available for all major platforms.

    May 4, 2016 at 8:29:49 AM UTC - permalink -
    QRCode
    - http://acme.cat-v.org/
    editors unix
  • Cat-v.org Random Contrarian Insurgent Organization

    Cat-v.org hosts a series of sites dedicated to diverse subjects that share an idiosyncratic intellectual perspective, questioning orthodoxy and fomenting elitism and high standards in topics from software design to politics, passing by art and journalism and anything else interesting.

    Other than total and complete world domination, the overriding goal is to encourage and stimulate critical and independent thinking.

    May 4, 2016 at 8:19:06 AM UTC - permalink -
    QRCode
    - http://cat-v.org/
    culture suckless unix
  • division by zero - Putting lost souls back on the dark path since 1337 B.C.

    We represent a group of scientists, hackers and other misfits.

    May 4, 2016 at 8:17:20 AM UTC - permalink -
    QRCode
    - http://2f30.org/
    suckless unix
  • Philosophy | suckless.org software that sucks less

    We are the home of quality software such as dwm, dmenu, st and plenty of other tools, with a focus on simplicity, clarity and frugality. Our philosophy is about keeping things simple, minimal and usable. We believe this should become the mainstream philosophy in the IT sector. Unfortunately, the tendency for complex, error-prone and slow software seems to be prevalent in the present-day software industry. We intend to prove the opposite with our software projects.

    Ingenious ideas are simple. Ingenious software is simple. Simplicity is the heart of the Unix philosophy. The more code lines you have removed, the more progress you have made. As the number of lines of code in your software shrinks, the more skilled you have become and the less your software sucks.

    May 2, 2016 at 8:58:59 PM UTC - permalink -
    QRCode
    - http://suckless.org/philosophy
    diy kiss suck tools unix
  • Uzbl - web interface tools which adhere to the unix philosophy.

    Uzbl is a lightweight webkit browser following the UNIX philosophy - to do one thing and do it well.

    May 2, 2016 at 8:41:30 PM UTC - permalink -
    QRCode
    - http://www.uzbl.org/
    browser diy kiss unix webkit
  • Add user to existing Group - Ask Ubuntu
    March 26, 2016 at 11:53:46 PM UTC - permalink -
    QRCode
    - https://askubuntu.com/questions/79565/add-user-to-existing-group#answer-79566
    groups sysadmin unix
  • thumbnail
    shell - Remove duplicate lines using a Bash script - Stack Overflow

    You can sort then uniq:

    $ sort -u file.txt

    February 11, 2016 at 3:37:10 PM UTC - permalink -
    QRCode
    - https://stackoverflow.com/questions/9377040/remove-duplicate-entries-using-a-bash-script
    bash lines oneliner scripting uniq unix
  • Delete a line containing a specific string using sed - Stack Overflow

    To remove the line and print the output to standard out:

    sed '/pattern to match/d' ./infile

    To directly modify the file (with GNU sed):

    sed -i '/pattern to match/d' ./infile

    August 7, 2015 at 2:37:45 PM UTC - permalink -
    QRCode
    - https://stackoverflow.com/questions/5410757/delete-a-line-containing-a-specific-string-using-sed
    line pattern sed unix
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation