Add commands with - to the output
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
root_dir=`kickstart root-dir`
|
||||
echo "`ls $root_dir/lib | cut -f2 -d'-'`"
|
||||
echo "`ls $root_dir/lib | cut -f2- -d'-'`"
|
||||
|
Reference in New Issue
Block a user