Skip to content

Instantly share code, notes, and snippets.

View Nezz7's full-sized avatar

Omar kamoun Nezz7

View GitHub Profile
@Nezz7
Nezz7 / ls.go
Last active November 11, 2020 19:31
Unix ls command go implementation
package main
import (
"flag"
"fmt"
"io/ioutil"
"log"
"os"
"path/filepath"
"sort"