Skip to content

shuhrat/dz-unix-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Домашнее задание: Unix Command Line

Написать сценарий, который находит все файлы не входящие в SVN/Git и перемещает их в ~/.Trash/.

git ls-files . --exclude-standard --others -z | xargs -0 -I {} mv {} ~/.Trash/

присылайте пулл реквесты с решением для SVN или с более элегантным подходом.

См. также: пост про домашние задания.

#SHIROQ

##Installation guide

  • Clone project: git clone https://github.com/Shuhrat/shiroq.git

  • Make a bin directory: mkdir bin

  • Copy shiroq.sh to "bin": cp shiroq.sh bin

  • Make shiroq.sh executable: chmod u+x shiroq.sh

  • Add path to your ~/.bashrc file

##Information Shiroq is just a codename! Project is created as an exersize, use on your own risk =)

About

Домашнее задание: Unix Command Line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%