4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
    Type 1 or more characters for results.
    Links per page: 20 50 100
    page 1 / 1
    1 results tagged comm x
    • thumbnail
      sorting - Bash - Difference Between two lists - Stack Overflow

      Pour obtenir la diff des éléments entre deux listes :

      To get the lines only in the old file:
      comm -23 <(sort /tmp/oldList) <(sort /tmp/newList)

      To get the lines only in the new file:
      comm -13 <(sort /tmp/oldList) <(sort /tmp/newList)

      comm -23 <(sort /tmp/1) <(sort /tmp/2)
      comm -13 <(sort /tmp/1) <(sort /tmp/2)

      March 19, 2014 at 3:24:21 PM GMT+1 * - permalink - archive.org - http://stackoverflow.com/questions/11165182/bash-difference-between-two-lists
      bash comm diff list
    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