Searched refs:cut (Results 1 - 11 of 11) sorted by relevance

/lxc/hooks/
H A Dubuntu-cloud-prep113 hostid=$(uuidgen | cut -c -8) && [ -n "$hostid" ] ||
/lxc/templates/
H A Dlxc-archlinux.in124 local nttys=$(cat "${config_path}/config" ${shared_config} ${common_config} | grep "^lxc.tty" | head -n1 | cut -d= -f2 | tr -d "[:blank:]")
125 local devttydir=$(cat "${config_path}/config" ${shared_config} ${common_config} | grep "^lxc.devttydir" | head -n1 | cut -d= -f2 | tr -d "[:blank:]")
H A Dlxc-ubuntu.in354 cut -d ' ' -f3) | sort -u`
642 shell=`echo $pwd | cut -d: -f 7`
645 pkg=`dpkg -S $(readlink -m $shell) | cut -d ':' -f1`
654 h=`getent passwd $user | cut -d: -f 6`
665 grp=`echo $pwd | cut -d: -f 4` # group number for $user
H A Dlxc-gentoo.in163 local stage3_latest_tarball=$(wget -q -O - "${stage3_pointer}" | tail -n1 | cut -d' ' -f1) \
640 auth_home=$(chroot "${rootfs}" getent passwd "${user}" | cut -d : -f 6)
H A Dlxc-sshd.in189 # we use cut instead of awk because awk is alternatives symlink on ubuntu
191 cmd_path=`echo $cmd_path |cut -d ' ' -f 3`
H A Dlxc-plamo.in259 h=`getent passwd $bindhome | cut -d: -f6`
H A Dlxc-debian.in109 encoding=$(echo "$LANG" | cut -d. -f2)
H A Dlxc-slackware.in456 if grep `echo ${1}: | cut -f 1 -d :`: /proc/net/dev 1> /dev/null ; then # interface exists
/lxc/src/tests/
H A Dlxc-test-usernic.in93 for d in $(cut -d : -f 2 /proc/self/cgroup); do
H A Dlxc-test-apparmor-mount120 for d in $(cut -d : -f 2 /proc/self/cgroup); do
H A Dlxc-test-unpriv136 for d in $(cut -d : -f 2 /proc/self/cgroup); do

Completed in 33 milliseconds