टर्मिनल के माध्यम से फ़ाइल को ट्रैश में ले जाने की आज्ञा


117

मैं जानना चाहूंगा कि क्या कोई ऐसी कमांड है जिसे मैं टर्मिनल में जारी कर सकता हूं इसलिए मैं rmफाइल को क्लासिकल रूप से नहीं हटाता ( बल्कि) इसे कूड़ेदान में स्थानांतरित कर देता हूं (यानी नौटिलस मूव टू ट्रैश व्यवहार)।

अगर ऐसी कोई आज्ञा है, तो मुझे यह जानने में भी दिलचस्पी होगी कि यह क्या है।


2
इस जवाब पर एक नजर ।
पीची

2
यहाँ भी एक अच्छा संसाधन: webupd8.org/2010/02/make-rm-move-files-to-trash-instead-of.html
Rinzwind

जवाबों:


105

आप उबंटू में डिफ़ॉल्ट रूप से इंस्टॉल किए गए gvfs-trashपैकेज से कमांड का उपयोग कर सकते हैं gvfs-bin

फ़ाइल को ट्रैश में ले जाएं:

gvfs-trash filename

कचरे की सामग्री देखें:

gvfs-ls trash://

कचरा खाली करो:

gvfs-trash --empty

मेरे gvfs-question पर भी जाएँ ।
पंड्या

यह मेरे लिए सबसे सरल उत्तर है जो काम करता है। धन्यवाद।
तोडी सी। सेगिन

9
के अनुसार man gvfs-trashयह के पक्ष में पदावनत किया गया है gio trash, को देखने के man gio
pbhj

67

कचरा पेटीकचरा-पेटी स्थापित करें स्थापित करें -sudo apt-get install trash-cli

फ़ाइलों को कचरे के साथ रखें: trash file1 file2

फ़ाइलों को कचरा में सूचीबद्ध करें: trash-list

के साथ खाली कचरा: trash-empty


1
वह (उबंटू-संबंधी) उपकरण एक कचरा युक्ति की ओर इशारा करता है । बहुत दिलचस्प है, यकीन नहीं कि व्यापक रूप से कैसे अपनाया गया, हालांकि ...
फ्रैंक नॉक

स्थापना के बाद, मैं कमांड चलाता हूं और त्रुटि प्राप्त करता हूं: File "/usr/bin/trash-list", line 4, in <module> ImportError: No module named 'trashcli'
डैनियल

25

2017 के अनुसार, gvfs-trashपदावनत किया जा रहा है।

$ touch test
$ gvfs-trash test
This tool has been deprecated, use 'gio trash' instead.
See 'gio help trash' for more info.

आपको gioविशेष रूप से उपयोग करना चाहिए

gio trash

अनुशंसित तरीका है।


2
क्या आप gvfs-trashपदावनत होने के स्रोत को जोड़ सकते हैं और क्या gioहै?
मेलेबियस

1
मैं दुर्भाग्य से एक लिंक प्रदान नहीं कर सकता, लेकिन यह वही है जो मुझे कुबंटु 17.10: pastebin.com/HA4a1pbs
युगेन तवेरदोक्लेब

1
आप अपने जवाब में यहां उदाहरण प्रस्तुत कर सकते हैं, यह मेरे लिए सिस्टम संस्करण संख्या के साथ पर्याप्त होगा। मैं 16.04 एलटीएस का उपयोग कर रहा हूं और gvfs-trashयहां एकमात्र विकल्प है।
मेलेबियस

इस उपकरण में अन्य अच्छी सुविधाओं का एक समूह है। मुझे infoआज्ञा पसंद है ; यह उपयोगी लगता है।
रफी खाचदौरियन

4

अद्यतन @Radu Rădeanuउत्तर। चूंकि उबंटू मुझे gioइसके बजाय उपयोग करने के लिए कह रहा है ...

तो, कचरा some_file(या फ़ोल्डर) का उपयोग करने के लिए

gio trash some_file

डंपस्टर डाइविंग का उपयोग करने के लिए

gio list trash://

कचरा खाली करने के लिए

gio trash --empty

3

मुझे कम तकनीक वाले तरीके सबसे अच्छे लगते हैं। मैंने .Trटाइप करके अपने होम डायरेक्टरी में एक फोल्डर बनाया :

mkdir ~/.Tr

और rmफ़ाइलों को हटाने के लिए उपयोग करने के बजाय , मैं उन फ़ाइलों को ~/.Trटाइप करके निर्देशिका में ले जाता हूं :

mv fileName ~/.Tr

यह उन फ़ाइलों तक पहुंच रखने का एक प्रभावी और सरल तरीका है जो आपको लगता है कि आप सिस्टम के फ़ोल्डरों के साथ खिलवाड़ नहीं करने के मेरे मामले में अतिरिक्त लाभ के साथ नहीं चाहते हैं, क्योंकि मेरे उबंटू ज्ञान का स्तर काफी कम है और मुझे चिंता है कि मैं क्या हो सकता हूं जब मैं सिस्टम के सामान के साथ खिलवाड़ करता हूं। यदि आप भी निम्न स्तर के हैं तो कृपया ध्यान दें कि "।" निर्देशिका नाम में यह एक छिपी निर्देशिका बनाता है।


3

पिछले उत्तर में कमांड का उल्लेख किया गया है gio trash, जो अभी तक ठीक है। हालांकि, सर्वर मशीनों पर, कचरा निर्देशिका के बराबर नहीं है। मैंने एक बैश स्क्रिप्ट लिखी है जो काम करती है; (Ubuntu) डेस्कटॉप मशीनों पर, यह उपयोग करता है gio trash। (मैंने alias tt='move-to-trash'अपनी अन्य परिभाषाओं की फ़ाइल में जोड़ा है; tt"टू ट्रैश" के लिए एक महामारी है।)

#!/bin/bash
# move-to-trash

# Teemu Leisti 2018-07-08

# This script moves the files given as arguments to the trash directory, if they
# are not already there. It works both on (Ubuntu) desktop and server hosts.
#
# The script is intended as a command-line equivalent of deleting a file from a
# graphical file manager, which, in the usual case, moves the deleted file(s) to
# a built-in trash directory. On server hosts, the analogy is not perfect, as
# the script does not offer the functionalities of restoring a trashed file to
# its original location nor of emptying the trash directory; rather, it is an
# alternative to the 'rm' command that offers the user the peace of mind that
# they can still undo an unintended deletion before they empty the trash
# directory.
#
# To determine whether it's running on a desktop host, the script tests for the
# existence of directory ~/.local/share/Trash. In case it is, the script relies
# on the 'gio trash' command.
#
# When not running on a desktop host, there is no built-in trash directory, so
# the first invocation of the script creates one: ~/.Trash/. It will not
# overwrite an existing file in that directory; instead, in case a file given as
# an argument already exists in the custom trash directory, the script first
# appends a timestamp to the filename, with millisecond resolution, such that no
# existing file will be overwritten.
#
# The script will not choke on a nonexistent file. It outputs the final
# disposition of each argument: does not exist, was already in trash, or was
# moved to the trash.


# Exit on using an uninitialized variable, and on a command returning an error.
# (The latter setting necessitates appending " || true" to those arithmetic
# calculations that can result in a value of 0, lest bash interpret the result
# as signalling an error.)
set -eu

is_desktop=0

if [[ -d ~/.local/share/Trash ]] ; then
    is_desktop=1
    trash_dir_abspath=$(realpath ~/.local/share/Trash)
else
    trash_dir_abspath=$(realpath ~/.Trash)
    if [[ -e $trash_dir_abspath ]] ; then
        if [[ ! -d $trash_dir_abspath ]] ; then
            echo "The file $trash_dir_abspath exists, but is not a directory. Exiting."
            exit 1
        fi
    else
        mkdir $trash_dir_abspath
        echo "Created directory $trash_dir_abspath"
    fi
fi

for file in "$@" ; do
    file_abspath=$(realpath -- "$file")
    file_basename=$( basename -- "$file_abspath" )
    if [[ ! -e $file_abspath ]] ; then
        echo "does not exist:   $file_abspath"
    elif [[ "$file_abspath" == "$trash_dir_abspath"* ]] ; then
        echo "already in trash: $file_abspath"
    else
        if (( is_desktop == 1 )) ; then
            gio trash "$file_abspath" || true
        else
            move_to_abspath="$trash_dir_abspath/$file_basename"
            while [[ -e "$move_to_abspath" ]] ; do
                move_to_abspath="$trash_dir_abspath/$file_basename-"$(date '+%Y-%m-%d-at-%H:%M:%S.%3N')
            done
            # While we're reasonably sure that the file at $move_to_abspath does not exist, we shall
            # use the '-f' (force) flag in the 'mv' command anyway, to be sure that moving the file
            # to the trash directory is successful even in the extremely unlikely case that due to a
            # run condition, some other thread has created the file $move_to_abspath after the
            # execution of the while test above.
            /bin/mv -f "$file_abspath" "$move_to_abspath"
        fi
        echo "moved to trash:   $file_abspath"
    fi
done

2

यहां एक ओपन सोर्स नोड्ज-आधारित संस्करण है (यदि आप जानना चाहते हैं, कि हुड के तहत क्या होता है, या किसी प्रोजेक्ट में इसकी आवश्यकता है), तो इसमें कमांड लाइन का समर्थन भी है (यदि आप खुश हैं, अगर यह सिर्फ काम करता है।

> trash pictures/beach.jpg

0

KDE 4.14.8 में मैंने फ़ाइलों को रद्दी में ले जाने के लिए निम्न आदेश का उपयोग किया (जैसे कि इसे डॉल्फिन में हटा दिया गया था):

kioclient move path_to_file_or_directory_to_be_removed trash:/

परिशिष्ट: मैं के साथ आदेश के बारे में पाया

    ktrash --help
...
    Note: to move files to the trash, do not use ktrash, but "kioclient move 'url' trash:/"
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.