halubilo.social
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
chraebsli to Programmer [email protected] • 2 years ago

Touch a file in Linux

programming.dev

message-square
92
fedilink
1.17K

Touch a file in Linux

programming.dev

chraebsli to Programmer [email protected] • 2 years ago
message-square
92
fedilink
  • @[email protected]
    link
    fedilink
    10•2 years ago

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

    • @[email protected]
      link
      fedilink
      6•2 years ago

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

      • Trailblazing Braille Taser
        link
        fedilink
        14•2 years 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.

      • @[email protected]
        link
        fedilink
        4•
        edit-2
        2 years ago

        $ :|wc -c 0 $ touch /tmp/f; :>>/tmp/f; wc -c /tmp/f 0 /tmp/f

    • @[email protected]
      link
      fedilink
      3•2 years ago

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

      • @[email protected]
        link
        fedilink
        3•2 years 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

Programmer [email protected]

[email protected]

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
  • 1.44K users / day
  • 4.25K users / week
  • 8.62K users / month
  • 19K users / 6 months
  • 26.4K subscribers
  • 1.74K Posts
  • 63.2K Comments
  • Modlog
  • mods:
  • Feyter
  • adr1an
  • @[email protected]
  • Pierre-Yves Lapersonne
  • BE: 0.19.3
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org