Skip to main content

Questions tagged [find]

This tag has multiple meanings. Please DO NOT use this tag if you're just trying to find something.

find
-2 votes
1 answer
37 views

How can I create a zip file based upon a Linux find command? [closed]

I have the following command which will find every bin file recursively within a directory sudo find . -type f -name "*.bin" I want to create (in the current directory) a zip file names ...
WhiskerBiscuit's user avatar
0 votes
0 answers
6 views

find . -type f is including type PIPE on NTFS partition search (GNU find version 4.9.0)

While searching for regular files on a mounted NTFS external drive (using Debian 12, find ver.4.9.0,) The search is including FIFO pipes stored on the NTFS partition. find . -type f and when I tried: ...
Richard's user avatar
0 votes
1 answer
33 views

VBA function FindInRow not always work - Find a cell in an excel row containing either text or date

Sometimes my VBA function FindInRow works, sometimes it doesn’t. The VBA function FindInRow is used to find if a 'text' exists in an Excel row or not. If the text is found in the row, the function ...
Phiplex's user avatar
  • 161
1 vote
2 answers
40 views

is there anything simple and less line of code to check the pass and user and check if its matched

I want to check if the user and pass is matched and also their indexes since im using array of objects im using localstorage and javascriptfor this activity //find user if exist var founduser = ...
Jazshi Omelete's user avatar
0 votes
0 answers
16 views

How to perform a Find/Replace on a directory of Excel files in VBA [duplicate]

I am wanting to perform a Find/Replace on all the excel files in a single folder (that I am prompted to select.) This is the code: Sub Find_Replace1() Range("A2:A100000").Replace What:="...
PatRat's user avatar
  • 11
0 votes
0 answers
6 views

Adding search bar like "find and edit" (without edit) directly on my website

I created a search bar on my website, but it only shows me on which page the results are. It is not leading me to the exact place of the searched content. I want a search function like it is on the ...
Barbara Maier's user avatar
0 votes
1 answer
60 views

Find and replace text in Microsoft Word using an Excel spreadsheet

I have a Word document written in English. The English acronyms need to be translated to French. I also have an Excel spreadsheet. Sheet1 has the English acronyms in column A, and the French acronyms ...
Bianca D'Aoust's user avatar
3 votes
1 answer
47 views

Using Exists with a Predicate<T> on a list with null items

I'm trying to find the index of an item in a list with something like listx.FindIndex(SomePredicate<T>) but I get an error NullReferenceException: Object reference not set to an instance of ...
Elight's user avatar
  • 33
-3 votes
1 answer
35 views

linux find in multiple directories limiting by MAX TOTAL SIZE

I have two directories in a 5TB HDD: folderA folderB I need to rclone sync or rsync these two dirs in another HDD, but the storage is limited to 2TB. So i decided to sync only the "newest"...
blastbeng's user avatar
  • 191
0 votes
0 answers
27 views

generate a graph between 15k+ strings of recipe ingredients

you know real world data is messy, and i have an interesting problem that i cannot find the solution to or cannot find the right keywords to search. so i have about 15k+ recipe ingredients written in ...
Omar Alhussani's user avatar
1 vote
1 answer
51 views

Find matrix rows with common elements

Good morning everybody, first time for me here as Python beginner. I have to solve the following problem: given a matrix as the one below, I need to find which rows have some nonzero elements in ...
Ludovica Spada Chiodo's user avatar
0 votes
1 answer
50 views

Recursive search and replace a string with dot in text files on Mac

Team, I see there are multiple similar questions but I did try some answers and still not able to get what I want. I want to replace a text as "product-ui-test-creds.json" to "vaulted-...
AhmFM's user avatar
  • 1,744
0 votes
1 answer
135 views

Applying itplr-kosit/validator for XRechnung

I am trying to use the validator on https://github.com/itplr-kosit to validate an UBL-invoice conform to XRechnung. In the documentation, under https://github.com/itplr-kosit/validator?tab=readme-ov-...
jetrca's user avatar
  • 39
1 vote
2 answers
91 views

MySQL complex REGEXP find and replace

I want to run a regexp find and replace on a wordpress database, specifically the in wp_posts table, in the post_content column. I have several affiliate URLs scattered in the text of the post_content ...
Joao Rennato's user avatar
0 votes
1 answer
115 views

SharePoint Calculated Column to get the First letter after a dash

I am trying to get the first character after an underscore "_" So I can create a view based on that first charter, for instance 12345_Name (Title field) and then my calculated field would ...
kim's user avatar
  • 1

15 30 50 per page