Code: Select all
removepkg *
Example:
Code: Select all
root[sft]# ls
mtpaint
root[sft]# removepkg *
Removing package mtpaint-3.31-i486-2gv...
root[sft]#
Code: Select all
removepkg *
Code: Select all
root[sft]# ls
mtpaint
root[sft]# removepkg *
Removing package mtpaint-3.31-i486-2gv...
root[sft]#
Code: Select all
$ cd /var/log/packages
$ ls -t -1 | head -n 5
Code: Select all
$ cd /var/log/removed_packages
$ ls -t -1 | head -n 5
Code: Select all
$ cd /var/log/removed_scripts
$ ls -t -1 | head -n 5
Yes, as thenktor already pointed out it is normal. It's the way bash substitution works. The asterix '*' is replaced by bash with all the file and directory names in the current working directory each separated by a space. Hidden files are per default skipped by the asterix.Andyun wrote:It is normal?
Code: Select all
$ ls -l
total 0
drwxr-xr-x 2 shador users 6 Oct 4 22:08 slapt-get
Code: Select all
removepkg slapt-get