Bug 54086 - touch: file arguments missing
Summary: touch: file arguments missing
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: fileutils
Version: 6.2
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bernhard Rosenkraenzer
QA Contact: Aaron Brown
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-09-27 07:04 UTC by Jussi Johansson
Modified: 2007-04-18 16:37 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2001-09-27 07:04:10 UTC
Embargoed:


Attachments (Terms of Use)

Description Jussi Johansson 2001-09-27 07:04:06 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20010913

Description of problem:
If you write "touch 11111111" or "touch 1111111111" touch display message
and file :

touch: file arguments missing
Try `touch --help' for more information.
This error happend only if filename is 11111111 (8x1) or 1111111111 (10x1).

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. write only command "touch 11111111".

	

Additional info:

$ touch 11111111
touch: file arguments missing
Try `touch --help' for more information.
$ ls 11111111
ls: 11111111: No such file or directory
$ which touch
/bin/touch
$ rpm -qf /bin/touch
fileutils-4.0-21
$ touch --version
touch (GNU fileutils) 4.0p
...
$

Comment 1 Bernhard Rosenkraenzer 2001-09-27 12:12:39 UTC
Works in the current versions.

[root@zell root]# touch 11111111
[root@zell root]# touch 1111111111
[root@zell root]# ls -l 11*
-rw-r--r--    1 root     root            0 Sep 27 14:11 11111111
-rw-r--r--    1 root     root            0 Sep 27 14:11 1111111111
[root@zell root]# rpm -q fileutils
fileutils-4.1-4
[root@zell root]#




Note You need to log in before you can comment on or make changes to this bug.