Recent content by dragondax

  1. D

    command: cat

    https://www.putorius.net/basic-cat-command-usage-and-examples.html
  2. D

    Moving a group of files in to a directory

    Try this: mv {etc*,takoma*} /path/to/archives_dir/
  3. D

    Moving a group of files in to a directory

    [dragondax@devbox tmp]$ ls -l -rw-rw-r--. 1 dragondax dragondax 0 Dec 20 01:04 takoma_August-29-2019_14:30:02 -rw-rw-r--. 1 dragondax dragondax 0 Dec 20 01:04 takoma_August-27-2019_14:30:02 -rw-rw-r--. 1 dragondax dragondax 0 Dec 20 01:04 takoma_August-26-2019_14:30:02 -rw-rw-r--. 1...
Top