Content Warning

This website contains age-restricted materials including nudity and explicit depictions of sexual activity.

By entering, you affirm that you are at least 18 years of age or the age of majority in the jurisdiction you are accessing the website from and you consent to viewing sexually explicit content.

Lemmy NSFW
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
chraebsli@programming.dev to Programmer Humor@programming.dev · 1 year ago

Touch a file in Linux

programming.dev

message-square
84
link
fedilink
384

Touch a file in Linux

programming.dev

chraebsli@programming.dev to Programmer Humor@programming.dev · 1 year ago
message-square
84
link
fedilink
  • ezchili@iusearchlinux.fyi
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    I guess printf “” > file

    • 48954246@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      1 year ago

      Feels dangerous to run. What happens if the file already exists and has something important in it?

      touch -a is probably better

      • gaterush@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        The other command could just be printf '' >> file to not overwrite it. Or even simpler >>file and then interrupt

        • owsei@programming.dev
          link
          fedilink
          arrow-up
          2
          ·
          1 year ago

          or :>>file then you don’t need to interrupt

          • gaterush@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            1 year ago

            that’s awesome, did not know about that handy operator!

            • owsei@programming.dev
              link
              fedilink
              arrow-up
              1
              ·
              1 year ago

              Yeah!

              it’s basically a noop, I use it as a placeholder when I’m writing a script, since bash doesn’t accept code blocks with no commands

          • 4am@lemm.ee
            link
            fedilink
            arrow-up
            1
            ·
            1 year ago

            .“:>>” is “append null” right? Do you get a file with a single ASCII NUL or is it truly empty?

            • Trailblazing Braille Taser@lemmy.dbzer0.com
              link
              fedilink
              arrow-up
              5
              ·
              1 year ago

              Not really. I believe : is the “true” builtin. So it’s like running a program that exits with zero and writes nothing to stdout. The >> streams the empty stdout into the named file.

Programmer Humor@programming.dev

programmer_humor@programming.dev

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: [email protected]

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

  • Keep content in english
  • No advertisements
  • Posts must be related to programming or programmer topics
Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 1.14K users / day
  • 4.16K users / week
  • 8.13K users / month
  • 17.1K users / 6 months
  • 79 local subscribers
  • 23.2K subscribers
  • 1.36K Posts
  • 45.9K Comments
  • Modlog
  • mods:
  • Feyter@programming.dev
  • adr1an@programming.dev
  • BurningTurtle@programming.dev
  • Pierre-Yves Lapersonne@programming.dev
  • UI: 0.19.11-nsfw
  • BE: 0.19.11
  • Modlog
  • Legal
  • Instances
  • Docs
  • Code
  • join-lemmy.org