HowToLinuxCommands
From Lost In Wonderlands
How To Something
NeXT Steps
here everything has yet to be done !
coming soon :
Everything You Always Wanted to Know on git [seldom]... (But Were Afraid to Ask)
a collection of links of interest
See also
guides
Unix Shell
- working with file and directories
- Shell
- how to find things
useful commands
cd
cp
df
ls
ls ls -al ls -alf
ln
mv
mkdir
rm
touch
Find
grep
awk
sed
cat
less
vi
vim
ssh
scp
How To
How To
find and grep
find . -type f -name "*.cxx" -exec grep "searched_string_in_file" {} \;