Lines Matching refs:awk
702 # Write a small awk script used to extract filenames for a given package
703 cat > $DOWNLOAD_DIR/extract-filename.awk <<EOF
737 # The following is an awk command to parse the Packages file and extract
740 local FILE=`awk -f "$DOWNLOAD_DIR/extract-filename.awk" -v PKG=$1 $DOWNLOAD_DIR/Packages`
1286 PACKAGE=$(basename $(echo $LINE | awk '{ print $2;}'))
1287 SHA1=$(echo $LINE | awk
1352 SYMLINKS=`ls -l $(sysroot_dir)/usr/lib | grep /lib/ | awk '{ print $10; }'`
1365 SYMLINKS=`ls -l $(sysroot_dir)/usr/lib | grep -v /lib/ | awk '{ print $10; }'`