Skip to content

Alikae/42sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UNIT TESTS

  • Placed here: './yourproject/unit_tests'
  • 'make test' to run unit test ( then select 6 to be speed )
  • Or run with: './unit_tests/utester.sh'
  • Find your result in: './unit_tests/logs/unit_tests.report'

COMMIT CONVENTION

  • ADD | MAJ | FIX | EDT | RMV
  • (ex: "FIX file_name your_stuff")
  • (you can add more in githistory.txt)

- [ ] Options

STATUS NAME
🌀 a
🌀 b
✔️ c
🌀 C
🌀 e
🌀 f
🌀 h
🌀 i
🌀 m
🌀 n
🌀 o
🌀 s
🌀 u
🌀 v
🌀 x
✔️ debug
🌀 noediting
🌀 posix

- Built-in

STATUS NAME
🌀 admin
🌀 alias
🌀 ar
🌀 asa
🌀 at
🌀 awk
🌀 basename
🌀 batch
🌀 bc
🌀 bg
🌀 break
🌀 c99
🌀 cal
🌀 cat
cd
🌀 cflowi
🌀 chgrp
🌀 chmod
🌀 chown
🌀 cksum
🌀 cmp
🌀 colon
🌀 comm
🌀 command
🌀 compress
🌀 continue
🌀 cp
🌀 crontab
🌀 csplit
🌀 ctags
🌀 cut
🌀 cxref
🌀 date
🌀 dd
🌀 delta
🌀 df
🌀 diff
🌀 dirname
🌀 dot
🌀 du
✔️ echo
🌀 ed
✔️ env
🌀 eval
🌀 ex
🌀 exec
✔️ exit
🌀 expand
✔️ export
🌀 expr
✔️ false
🌀 fc
🌀 fg
🌀 file
🌀 find
🌀 fold
🌀 fort77
🌀 fuser
🌀 gencat
🌀 get
🌀 getconf
🌀 getopts
🌀 grep
🌀 hash
🌀 head
🌀 iconv
🌀 id
🌀 ipcrm
🌀 ipcs
🌀 jobs
🌀 join
🌀 kill
🌀 lex
🌀 link
🌀 ln
🌀 locale
🌀 localedef
🌀 logger
🌀 logname
🌀 lp
🌀 ls
🌀 m4
🌀 mailx
🌀 make
🌀 man
🌀 mesg
🌀 mkdir
🌀 mkfifo
🌀 more
🌀 mv
🌀 newgrp
🌀 nice
🌀 nl
🌀 nm
🌀 nohup
🌀 od
🌀 paste
🌀 patch
🌀 pathchk
🌀 pax
🌀 pr
🌀 printf
🌀 prs
🌀 ps
🌀 pwd
🌀 qalter
🌀 qdel
🌀 qhold
🌀 qmove
🌀 qmsg
🌀 qrerun
🌀 qrls
🌀 qselect
🌀 qsig
🌀 qstat
🌀 qsub
🌀 read
✔️ readonly
🌀 renice
🌀 return
🌀 rm
🌀 rmdel
🌀 rmdir
🌀 sact
🌀 sccs
🌀 sed
set
sh
🌀 shift
🌀 sleep
🌀 sort
🌀 split
🌀 strings
🌀 strip
🌀 stty
🌀 tabs
🌀 tail
🌀 talk
🌀 tee
test
🌀 time
🌀 times
🌀 touch
🌀 tput
🌀 tr
🌀 trap
✔️ true
🌀 tsort
🌀 tty
type
🌀 ulimit
🌀 umask
🌀 unalias
🌀 uname
🌀 uncompress
🌀 unexpand
🌀 unget
🌀 uniq
🌀 unlink
🌀 unset
🌀 uucp
🌀 uudecode
🌀 uuencode
🌀 uustat
🌀 uux
🌀 val
🌀 vi
🌀 wait
🌀 wc
🌀 what
🌀 who
🌀 write
🌀 xargs
🌀 yacc
🌀 zcat

Made by: Ede-Ram Tcillard tcillard ede-ram

GIT BRANCHING TUTO:

  • Good tuto: https://learngitbranching.js.org/
  • Create new branch : git branch MyBranch
  • go to a branch : git checkout MyBranch
  • Do your shit commits
  • merge BranchX to the branch where i am : git merge BranchX

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •