Pinned Loading
-
Locates the largest file (files) in ...
Locates the largest file (files) in a directory and its subdirectories passed as argument. 1#include <stdio.h>
2#include <stdlib.h>
3#include <string.h>
4#include <ftw.h>
5 -
A small shell library for manipulati...
A small shell library for manipulating a counter in shell scripts 1#!/bin/bash23# Initializes the counter to 0 (uses filename in arg #1 for state). Returns 0 on success.4function init_counter() {
5local _f=$1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
