Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. in linux you can use the evil bird emoticon (:>) to destroy files, eg `:> important_document.txt`

in linux you can use the evil bird emoticon (:>) to destroy files, eg `:> important_document.txt`

Scheduled Pinned Locked Moved Uncategorized
35 Posts 27 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • rebane2001@infosec.exchangeR rebane2001@infosec.exchange

    in linux you can use the evil bird emoticon (:>) to destroy files, eg `:> important_document.txt`

    the bird will eat the file and leave it completely empty!

    silo_bear@mastodon.socialS This user is from outside of this forum
    silo_bear@mastodon.socialS This user is from outside of this forum
    silo_bear@mastodon.social
    wrote last edited by
    #24

    @rebane2001 :3

    1 Reply Last reply
    0
    • rebane2001@infosec.exchangeR rebane2001@infosec.exchange

      in linux you can use the evil bird emoticon (:>) to destroy files, eg `:> important_document.txt`

      the bird will eat the file and leave it completely empty!

      alesandroortiz@infosec.exchangeA This user is from outside of this forum
      alesandroortiz@infosec.exchangeA This user is from outside of this forum
      alesandroortiz@infosec.exchange
      wrote last edited by
      #25

      @rebane2001 New "Press Alt+F4 to win" just dropped.

      1 Reply Last reply
      0
      • rebane2001@infosec.exchangeR rebane2001@infosec.exchange

        in linux you can use the evil bird emoticon (:>) to destroy files, eg `:> important_document.txt`

        the bird will eat the file and leave it completely empty!

        beckydog@hydaelyn.coerthansnowstorm.onlineB This user is from outside of this forum
        beckydog@hydaelyn.coerthansnowstorm.onlineB This user is from outside of this forum
        beckydog@hydaelyn.coerthansnowstorm.online
        wrote last edited by
        #26

        @rebane2001 @astraluma

        Thanks! I’ve learned AND cemented 😆 as evil bird

        1 Reply Last reply
        0
        • rebane2001@infosec.exchangeR rebane2001@infosec.exchange

          in linux you can use the evil bird emoticon (:>) to destroy files, eg `:> important_document.txt`

          the bird will eat the file and leave it completely empty!

          T This user is from outside of this forum
          T This user is from outside of this forum
          tanavit@toot.aquilenet.fr
          wrote last edited by
          #27

          @rebane2001

          Very interesting. Never seen it in a long life of use of Unix.

          Is there a "cheat sheet" of other unknown - at least by me 🙂 - such "wild" characters for file redirection ?

          rebane2001@infosec.exchangeR 1 Reply Last reply
          0
          • T tanavit@toot.aquilenet.fr

            @rebane2001

            Very interesting. Never seen it in a long life of use of Unix.

            Is there a "cheat sheet" of other unknown - at least by me 🙂 - such "wild" characters for file redirection ?

            rebane2001@infosec.exchangeR This user is from outside of this forum
            rebane2001@infosec.exchangeR This user is from outside of this forum
            rebane2001@infosec.exchange
            wrote last edited by
            #28

            @tanavit > is pretty well known and : is a shell built-in similar to true, it's just the combination of the two that's uncommon

            T 1 Reply Last reply
            0
            • rebane2001@infosec.exchangeR rebane2001@infosec.exchange

              @tanavit > is pretty well known and : is a shell built-in similar to true, it's just the combination of the two that's uncommon

              T This user is from outside of this forum
              T This user is from outside of this forum
              tanavit@toot.aquilenet.fr
              wrote last edited by
              #29

              @rebane2001

              Thanks.

              1 Reply Last reply
              0
              • chaoskitsune@woem.menC chaoskitsune@woem.men

                @rebane2001@infosec.exchange hmm I suppose thats because its writing nothing into the file but I dont understand the reason for the : (I mean yeah it does make the face but from a commands perspective I mean)

                Id assume it works without?

                Im guessing
                : is ignored or perhaps written into the file?

                mo@mastodon.mlM This user is from outside of this forum
                mo@mastodon.mlM This user is from outside of this forum
                mo@mastodon.ml
                wrote last edited by
                #30

                @ChaosKitsune it's a bash builtin
                $ help :
                :: :
                Null command.

                No effect; the command does nothing.

                Exit Status:
                Always succeeds.

                @rebane2001

                1 Reply Last reply
                0
                • draeath@infosec.exchangeD draeath@infosec.exchange

                  @cenobyte @rebane2001 I usually just use truncate or echo "" > whatever but this is a lot more terse. I like it.

                  project1enigma@chaos.socialP This user is from outside of this forum
                  project1enigma@chaos.socialP This user is from outside of this forum
                  project1enigma@chaos.social
                  wrote last edited by
                  #31

                  @draeath @cenobyte @rebane2001

                  With echo "" you don't make an empty file though. It's a file with one octet (newline) then.

                  draeath@infosec.exchangeD 1 Reply Last reply
                  0
                  • project1enigma@chaos.socialP project1enigma@chaos.social

                    @draeath @cenobyte @rebane2001

                    With echo "" you don't make an empty file though. It's a file with one octet (newline) then.

                    draeath@infosec.exchangeD This user is from outside of this forum
                    draeath@infosec.exchangeD This user is from outside of this forum
                    draeath@infosec.exchange
                    wrote last edited by
                    #32

                    @project1enigma @cenobyte @rebane2001 true unless you pass the argument not to add that... But at that point things are getting silly and there's definitely better ways. But in most of the things I work with, a truly empty file and a file with only a newline in it are close enough to equivalent.

                    1 Reply Last reply
                    0
                    • chaoskitsune@woem.menC chaoskitsune@woem.men

                      @rebane2001@infosec.exchange hmm I suppose thats because its writing nothing into the file but I dont understand the reason for the : (I mean yeah it does make the face but from a commands perspective I mean)

                      Id assume it works without?

                      Im guessing
                      : is ignored or perhaps written into the file?

                      overeducatedredneck@bitbang.socialO This user is from outside of this forum
                      overeducatedredneck@bitbang.socialO This user is from outside of this forum
                      overeducatedredneck@bitbang.social
                      wrote last edited by
                      #33

                      @ChaosKitsune @rebane2001 : is the null command in the POSIX shell standard. It's a built-in that outputs nothing and exits immediately with a status of zero (effectively the same as /bin/true).

                      So the shell parses ':> afile' as "null command with output redirected to afile"

                      1 Reply Last reply
                      0
                      • rebane2001@infosec.exchangeR rebane2001@infosec.exchange

                        in linux you can use the evil bird emoticon (:>) to destroy files, eg `:> important_document.txt`

                        the bird will eat the file and leave it completely empty!

                        narfnra@mastodon.socialN This user is from outside of this forum
                        narfnra@mastodon.socialN This user is from outside of this forum
                        narfnra@mastodon.social
                        wrote last edited by
                        #34

                        @rebane2001 the everpresent word snatcher is real...

                        Link Preview Image
                        1 Reply Last reply
                        0
                        • rebane2001@infosec.exchangeR rebane2001@infosec.exchange

                          in linux you can use the evil bird emoticon (:>) to destroy files, eg `:> important_document.txt`

                          the bird will eat the file and leave it completely empty!

                          det@critter.cafeD This user is from outside of this forum
                          det@critter.cafeD This user is from outside of this forum
                          det@critter.cafe
                          wrote last edited by
                          #35

                          @rebane2001 i would draw this if i had the energy to do so and also the art skills to draw that well enough to not have my perfectionist brain tear into me

                          1 Reply Last reply
                          0
                          • R relay@relay.infosec.exchange shared this topic
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • World
                          • Users
                          • Groups