Skip to content

mohamed-ahmed-yousef/Web-training---IEEE-CS23-ZSB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web-training---IEEE-CS23-ZSB

Web training - IEEE CS23 ZSB

  • To cancel reset --hard
    git reset --hard HEAD@{1}
  • To Create file with loop
    for /L %variable in (start,step,end) do command
    # Example
    for /L %i in (1,1,6) do touch %i.php
    for /L %i in (1,1,6) do echo %i.php
    # for each
    for %variable in (set) do command
    for %i in (1.one 2.two 3.three 4.four 5.five 6.six) do touch %i.php

About

Web training - IEEE CS23 ZSB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published