By bash command or bash script, solve the following problem (an additional implementation using python or another programming language would be a plus): it is necessary to output all file names from two directories so that they are unique.
Example: Directory my_dir_1 exists. With the following content:
- my_dir_1
- file1.txt
- file2.txt
- file3.txt
Directory my_dir_2 exists. With the following content:
- my_dir_2
- file2.txt
- file4.txt
Desired result:
file1.txt
file2.txt
file3.txt
file4.txt
pip install unique-files==0.1.0
unique-files path/to/dir1 path/to/dir2
pip uninstall unique-files
- docker image creating
- build code
- code linters && unit tests (quick)
- integration tests (take a lot of time)
- publishing to environment
- create git tag for current branch
- build code
- unit tests (quick) && code linters
- release new package version in registry of packages
- publish static content for preview (static content is creating when run specific command for generate it)