Skip to main content
deleted 54 characters in body
Source Link
Rui F Ribeiro
  • 58k
  • 28
  • 156
  • 238

I need a command which will list the files between given date and time (YYYYMMDDHHMMSS - format) in to a text file.

I don want to use touch command as its creating permission issue.

I am new to this so please help me with explanation.

I need a command which will list the files between given date and time (YYYYMMDDHHMMSS - format) in to a text file.

I don want to use touch command as its creating permission issue.

I am new to this so please help me with explanation.

I need a command which will list the files between given date and time (YYYYMMDDHHMMSS - format) in to a text file.

I don want to use touch command as its creating permission issue.

edited tags
Link
Gilles 'SO- stop being evil'
  • 865.5k
  • 205
  • 1.8k
  • 2.3k
Source Link
Mano
  • 299
  • 2
  • 6
  • 13

Linux listing files between two date without touch command

I need a command which will list the files between given date and time (YYYYMMDDHHMMSS - format) in to a text file.

I don want to use touch command as its creating permission issue.

I am new to this so please help me with explanation.