9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* adding -i flag to ignore in /rc/bin/ape/ls
@ 2020-06-24  9:29 Jens Staal
  2020-06-24 14:19 ` [9fans] " Conor Williams
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Staal @ 2020-06-24  9:29 UTC (permalink / raw)
  To: 9fans

Dear all,

A lot of configure scripts fail on "ls -di" where the easy solution often is to
just edit it to "ls -d" but is there a reason the "-i" flag is not added to the
list of flags that are ignored in /rc/bin/ape/ls ?


Best regards,
Jens


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9fans] adding -i flag to ignore in /rc/bin/ape/ls
  2020-06-24  9:29 adding -i flag to ignore in /rc/bin/ape/ls Jens Staal
@ 2020-06-24 14:19 ` Conor Williams
  0 siblings, 0 replies; 2+ messages in thread
From: Conor Williams @ 2020-06-24 14:19 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 1037 bytes --]

hi Jens,

from the 'man ls' on mingw:

  -i, --inode                print the index number of each file
--
/c

Ps:
An inode is a unique number assigned to files and directories while it is
created.
The inode number will be unique to the entire filesystem.
PPs:
User@DESKTOP-NBQGTKA MINGW64 ~/pyth/2x2.2
$ ls -id out1.txt
1970324837545813 out1.txt

User@DESKTOP-NBQGTKA MINGW64 ~/pyth/2x2.2
$ ls -d out1.txt
out1.txt



On Wed, Jun 24, 2020 at 10:30 AM Jens Staal <staal1978@gmail.com> wrote:

> Dear all,
>
> A lot of configure scripts fail on "ls -di" where the easy solution often
> is to
> just edit it to "ls -d" but is there a reason the "-i" flag is not added
> to the
> list of flags that are ignored in /rc/bin/ape/ls ?
>
>
> Best regards,
> Jens
>
>
> ------------------------------------------
> 9fans: 9fans
> Permalink:
> https://9fans.topicbox.com/groups/9fans/T5f20bcb34a86d41e-Mced3655241efdf0c32848573
> Delivery options: https://9fans.topicbox.com/groups/9fans/subscription
>

[-- Attachment #2: Type: text/html, Size: 1776 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-24 14:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-24  9:29 adding -i flag to ignore in /rc/bin/ape/ls Jens Staal
2020-06-24 14:19 ` [9fans] " Conor Williams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).