This website requires JavaScript.
Explore
Help
Sign In
42berlin
/
piscine-shell01
Watch
1
Star
0
Fork
You've already forked piscine-shell01
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a86d253dad
piscine-shell01
/
ex02
/
find_sh.sh
4 lines
83 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
find . -type f -name
"*.sh"
|
xargs -I
{
}
basename
{
}
|
sed
's/\.sh$//g'
Reference in New Issue
View Git Blame
Copy Permalink