Skip to content

figital/fstring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

fstring

"find string"

Make searching for text strings easier on Linux.

The following example will search the current directory (and below) for the string "hello".

fstring ./ hello

(thanks to @rwaldron for the pick)

Installation

wget https://raw.github.com/figital/fstring/master/fstring
sudo cp fstring /usr/local/bin

Example

The following command will find all instances of the phrase "python3" in the current directory (recursively):

>> fstring ./ python3
./groups.py:#!/usr/bin/env python3
./next.py:#!/usr/bin/env python3
./getusers.py:#!/usr/bin/env python3

About

Make searching for text strings easier on Linux :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages