question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

find not fully supported

See original GitHub issue

I just made the first attempt to use shx. shx find BUILD/debug -type f -name '*.o' yields find: no such file or directory: -type

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
tdjastrzebskicommented, Mar 29, 2020

It looks -name flag is not fully supported as well. shx find BUILD/debug -name '*.o' results in find: no such file or directory: -name

0reactions
nfischercommented, Mar 30, 2020

My point above was that we could probably translate that within shx itself (merge default arg + -name into shelljs’s expected input). But there’s little point for doing so right now because shell.find() is just a wrapper around shell.ls() (you could just use shx ls for the same effect). If we implement -type, then shell.find() would bring something valuable to the table.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Finding installed packages not supported by the Ubuntu team
What I'm looking for is a command line for Ubuntu 18 LTS server (no GUI) to list installed packages by componenent, including installed...
Read more >
Listing Debian packages which are not fully installed
What is an efficient way to list all packages that are not fully installed, or, putting it differently, partially installed? This seems like ......
Read more >
Install FindTime - Microsoft Support
Installing FindTime in Outlook Desktop · Open Outlook. · Go to Home > Get Add-ins. Outlook 2016 Store · Search for the FindTime...
Read more >
If Safari on Mac doesn't open a webpage or isn't working as ...
Check Safari settings. The webpage might not be compatible with one or more browser settings, which you can turn on or off as...
Read more >
WebP image format | Can I use... Support tables for ... - CanIUse
1 Partial support refers to not supporting lossless, alpha and animated WebP images. 2 Partial support refers to not supporting animated WebP images....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found