"A lot of times people write documentation, they say what this function does, but they don't think about what the function actually is for"
- Rob Pike
- Italy
Pinned Loading
-
-
Function to get the nearest btrfs su...
Function to get the nearest btrfs subvolume container of a given file or directory 1#!/bin/bash
23# *** This snippet contain example function to get the nearest btrfs subvolume container of a given file or directory.
45is_btrfs_subvolume() {
-
Find all the packages which are comp...
Find all the packages which are compiled with a determined env variable (or not) in a gentoo system. I needed this to get which packages still need to be recompiled with clang. 12cd /var/db/pkg/
3find -iname env*.bz2 -exec sh -c "bzcat {} | grep CC=\\\"clang > /dev/null || echo {} | egrep -o '(([a-z]|-)+\/\w+)' " \;
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.