There's an OPTION for this command: --date=DATE
But the Help doesn't prescribe how you provide DATE. There are no examples.
But the Help doesn't prescribe how you provide DATE. There are no examples.
$ apt-file find ubuntu-distro-info distro-info: /usr/bin/ubuntu-distro-info distro-info: /usr/share/man/man1/ubuntu-distro-info.1.gz $ apt-get source distro-info .... $ cd distro-info-1.0
case 'D': ... i = sscanf(optarg, "%u-%u-%u", &date->year, &date->month, &date->day);
There are 0 users viewing this topic.
Comment