Visualizzazione dei risultati da 1 a 2 su 2

Discussione: vedere file per data

  1. #1
    Utente di HTML.it L'avatar di power83
    Registrato dal
    Oct 2002
    Messaggi
    684

    vedere file per data

    Salve a tutti...qual'è il comando per vedere i file presenti in una cartella creati solo in un giorno??

    Grazie
    Oppa

  2. #2
    ls -l | grep "giorno"


    # ls -l

    -rw------- 1 root root 6100819 Jan 9 2001 linux-2.0.39.tar.bz2
    -rw------- 1 root root 4718270 Jan 9 2001 linux-2.0.tar.bz2
    -rw------- 1 root root 15279741 Dec 11 2000 linux-2.2.18.tar.bz2
    -rw------- 1 root root 15551352 Mar 25 2001 linux-2.2.19.tar.bz2
    -rw------- 1 root root 19788626 Jan 4 2001 linux-2.4.0.tar.bz2
    -rw------- 1 root root 19973716 Jan 30 2001 linux-2.4.1.tar.bz2
    -rw------- 1 root root 20878683 Mar 30 2001 linux-2.4.3.tar.bz2
    -rw------- 1 root root 21359777 Apr 28 2001 linux-2.4.4.tar.bz2
    -rw------- 1 root root 38372729 Aug 29 2005 linux-2.6.13.tar.bz2


    # ls -l | grep "Jan 9"

    -rw------- 1 root root 6100819 Jan 9 2001 linux-2.0.39.tar.bz2
    -rw------- 1 root root 4718270 Jan 9 2001 linux-2.0.tar.bz2
    Sotto la panza la mazza avanza.

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.