JP's Blog

  • GitHub * Flickr * Resume
  • Programming
  • Reviews
  • Photography
  • Maker
  • Writing
  • Research
  • Search
  • RSS

AoC 2022 Day 7: Recursive Fileinator

2022-12-07

Source: No Space Left On Device

Part 1

Give the output of a very simple shell with only the commands cd and ls (the output of which is either "dir" name for directories or size name for files), find the largest directory (disk usage calculated recursively) with a size no greater than 100,000.

read more...

  • All posts: By Date
  • All posts: By Tag
  • RSS: All
  • RSS: programming/topics

All posts unless otherwise mentioned are licensed under Creative Commons License

Any source code unless otherwise mentioned is licensed under the 3 clause BSD license