Wiki by Zhen Zhang Bash
Initializing search
    • Wiki
      • Link list
      • Security resources
        • Algorithms to live by
        • Book list
        • Index
          • Index
          • Index
          • Index
          • Index
      • The Eng Team Handbook (eng-handbook)
        • Requests & In-Progress Guides
        • Perf review templates
        • Writing multiple reviews
        • Guide to 1 1s
        • Manager changes
        • Role transitions
      • Conf notes
      • Business
      • Coffee
      • Econ
      • Energy
      • Food
      • How google works
      • Principles
      • Questions
      • 李光耀
      • Index
        • Reverse engineering tools
        • Development tips
        • Flowdroid
        • Links
      • How to be a successful student
      • Bib
      • Declarative Project Skeleton
      • End user programming
      • How to collaborate
      • How to read paper
      • Latex
      • My Personal Paper Reading Guide
      • Phd advice
      • Phd
      • Progsynth
          • Ase2018
          • 2018
          • 2019
          • 2017
          • 2018
        • Amazon Six pager
        • Apposcopy
        • BERT
        • Darwinian
        • FeatureSmith: Automatically Engineering Features for Malware Detection by Mining the Security Literature
        • Paper Reading A Language Agnostic Model for Semantic Source Code Labeling
        • Paper Reading Angelic Debugging
        • Paper Reading Are Deep Neural Networks the Best Choice for Modeling Source Code
        • Paper Reading Attention is all you need
        • Paper Reading Graph Embedding based Familial Analysis of Android Malware using Unsupervised Learning
        • Paper Reading Phishing Attacks on Modern Android
        • Paper Reading Text Generation from Knowledge Graphs with Graph Transformers
        • Paper Reading: StubDroid Automatic Inf
        • Paper Review A Survey of Machine Learning for Big Code and Naturalness
        • Paper Review AppContext Differentiating Malicious and Benign Mobile App Behaviors Using Context
        • Paper Review Automatically Generating Precise Oracles from Structured Natural Language Specifications
        • Paper Review DBToaster A SQL Compiler for High Performance Delta Processing in Main Memory Databases
        • Paper Review DBToaster Higher order Delta Processing for Dynamic, Frequently Fresh Views∗
        • Paper Review Detecting Incorrect Build Rules
        • Paper Review Hierarchical Learning of Cross Language Mappings through Distributed Vector Representations for Code
        • Paper Review Mining Framework Usage Graphs from App Corpora
        • Paper Review Predicting Program Properties from “Big Code”
        • Paper Review SMOKE Scalable Path Sensitive Memory Leak Detection for Millions of Lines of Code
        • Paper Review Semantics Aware Android Malware Classification Using Weighted Contextual API Dependency Graphs
        • Paper Review Software Engineering Challenges of Deep Learning
        • Paper Review Test Input Generation with Java PathFinder
        • Paper Review The 800 Pound Python in the Machine Learning Room
        • Save world from EXCEL
        • Astroid
        • Calm
        • Cav
        • Concurrency
        • Cozy 1
        • Cozy 2
        • Db
        • Deepcoder
        • Dimensions in program synthesis
        • Flowdroid
        • Google cr
        • Grammar rl
        • Gui guidelines
        • Heap repair
        • Progsynth
        • Prophet
        • Rl guided
        • Se
        • Sketch
        • Stochastic superoptmization
        • Three pillars of machine programming
        • Trusting the trust
        • Writing without bullshit
      • How to Deliver Constructive Feedback in Difficult Situations
      • Cto ceo
      • Hiring
      • Manager resources
      • Project review
      • Small team manifesto
        • Process
      • Backend
      • Bash
      • Data structures
      • Distributed
      • Engineering Management
      • Gcc
      • General Github workflow for lightweight team Work
      • Github
      • IntelliJ IDEA tips
      • Jvm
      • Kaggle
      • Linux
      • Live programming
      • Machine learning
      • Makefile
      • Matplotlib
      • Media processing tools
      • Networking
      • OS
      • Poetry ci
      • Poetry
      • Pragmatic StackOverflow Programmer
      • Program analysis
      • Runtime
      • Security db
      • Software engineering
      • SRE
      • Sysadmin
      • Tech writing
      • Testing your software
      • tmux shortcuts & cheatsheet
      • Tools
      • WALA
      • Zsh
        • Index
        • Algorithms -- Decompositions of Graph
        • Algorithms -- Divide & Conquer
        • Algorithms -- Dynamic Programming
        • Algorithms -- Greedy algorithms
        • Algorithms -- Intro
        • Algorithms -- Linear Programming and reductions
        • Algorithms -- Numbers
        • Algorithms -- Paths in graphs
        • Concurrency
        • Cpp
        • Java
        • Fundamentals
        • System design
        • DL NLP
        • Algorithms
        • Datasets
        • Definitions
        • Fundamentals
        • Nlp
        • Sklearn
        • Data tools
        • Viz
        • Wrangling
        • Falsehoods
        • Jupyter notebook
        • Logging
        • Python
            • Abstract Interpretation
              • Type Systems
            • APUE -- Advanced I/O
            • Interprocess Communication
            • Network IPC
            • Advanced IPC
            • Substructural Types
            • Dependent Types
            • Coq-Art Extraction
            • Distributed - Intro
            • Global State
            • Concrete data types
            • Analysis of Functional Algorithms
            • Chapter 5: Efficient Compilation of Pattern-Matching
            • Chapter 4: Translating Miranda into the enriched lambda calculus
            • Eliminating Amortisation
            • Purely Functional Data Structure -- Intro
            • PPA - Intro
            • A surpassing problem
            • Improving on saddleback search
            • Python Source -- PVM
          • About Web
          • Block Chain
          • Info dump
          • MiniIR Design Draft
          • Non-blocking algorithm
          • Pointer Analysis
          • Python Source
          • Rust by Example Note
          • Rust Note
          • TypeState Note
          • Virtual Machines
          • Algo-Trading
          • Emacs Commands
          • GDB
          • Reveng
          • Rust-GC note
          • X86
          • Index
              • Make
              • Sugar
              • TypeChecker
              • TypeClassDictionaries
              • Types
                • Binders
                • Declarations
                • Declarations
                • BindingGroups
                • ObjectWildCards
                • Operators
                • TypeClasses
                • Entailment
            • PSCi
        • Admin
        • Database

    Bash

    Bash script path:

    DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
    

    https://unix.stackexchange.com/questions/6430/how-to-redirect-stderr-and-stdout-to-different-files-and-also-display-in-termina

    Arguments

    echo "${@:1}"
    
    Previous Backend
    Next Data structures
    Made with Material for MkDocs