/ trying to delete files without using the path
This commit is contained in:
@@ -62,8 +62,7 @@ for input_file in "$@"; do
|
|||||||
|
|
||||||
if [[ -f "${new_file}" ]] || [[ -d "${new_file}" ]] ; then
|
if [[ -f "${new_file}" ]] || [[ -d "${new_file}" ]] ; then
|
||||||
#trash-put "${new_file}"
|
#trash-put "${new_file}"
|
||||||
#trash-put
|
trash-put "${bare_line}"
|
||||||
echo $bare_line
|
|
||||||
#echo "trash-put ${new_file}"
|
#echo "trash-put ${new_file}"
|
||||||
#echo "${new_file}" >> ${log_file}
|
#echo "${new_file}" >> ${log_file}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user