Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
H.W
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mouhamad.orabi
H.W
Commits
28e66a6d
Commit
28e66a6d
authored
Jun 30, 2024
by
mouhamad.orabi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update file.ex2
parent
85caaca9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
file.ex2
file.ex2
+3
-6
No files found.
file.ex2
View file @
28e66a6d
...
...
@@ -16,14 +16,11 @@ for n in {1..10}; do
##or
##########################b:
for n in {1..10}; do
for c in {a..z}; do
touch ~/newfile/"file${n}_${c}"
done
done
touch file{1..10}_{a..z}
#########################c:
find ~/newfile -name "*
c
" -exec sh -c 'echo "Hello Linux" > "$0"' {} \;
find ~/newfile -name "*
x
" -exec sh -c 'echo "Hello Linux" > "$0"' {} \;
#########################d:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment