Lines Matching full:full
27 # [old-way] # cat available_filter_functions > ~/full-file
37 # seq `wc -l available_filter_functions | cut -d' ' -f1` > ~/full-file
47 # # ftrace-bisect ~/full-file ~/test-file ~/non-test-file
57 # # mv ~/test-file ~/full-file
62 # # mv ~/non-test-file ~/full-file
69 # # ftrace-bisect ~/full-file ~/test-file ~/non-test-file
94 echo 'usage: ftrace-bisect full-file test-file non-test-file'
98 full=$1
102 x=`cat $full | wc -l`
105 cat $full
112 if [ ! -f $full ]; then
113 echo "$full does not exist"
133 sed -ne "1,${x}p" $full > $test
134 sed -ne "$y,\$p" $full > $nontest